Login
Remember
Register
Ask a Question
Which statment defines unboxing correctly?
0
votes
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.
...