Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which statment defines unboxing correctly?
Home
C Sharp
Which statment defines unboxing correctly?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
Which statment defines unboxing correctly?
A - When a value type is converted to object type, it is called unboxing.
B - When an object type is converted to a value type, it is called unboxing.
C - Both of the above.
D - None of the above.
#csharp
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 16, 2020
by
Hodge
Ans
B - When an object type is converted to a value type, it is called unboxing.
...