what is ment by Unboxing?

Answers were Sorted based on User's Feedback



what is ment by Unboxing?..

Answer / amar&venky

simply say converting reference type to value type.

Is This Answer Correct ?    8 Yes 0 No

what is ment by Unboxing?..

Answer / anil kumar

converting reference type to value typ

Is This Answer Correct ?    1 Yes 0 No

what is ment by Unboxing?..

Answer / vasanth

Converting reference type to value type.
Example
Object x;
int y;
y=(int)x;

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What does addressof operator do in background ?

0 Answers  


What is the default value of boolean variable?

0 Answers  


What is default c#?

0 Answers  


What are the different types of classes in c#?

0 Answers  


What is selector c#?

0 Answers  






I want to single value if you give any integer value. Below are examples  1. Input: 123  Output: 6 2. Input: 99   9+9=18   1+8  Output: 9 How to get above output?

1 Answers   AxSys,


What problem does Delegate Solve?

0 Answers   MindCracker,


How do I do implement a assert?

0 Answers  


What are the two kinds of properties in c#.

0 Answers  


Why do we use polymorphism in c#?

0 Answers  


Is string mutable in c#?

0 Answers  


Can a class have multiple constructors c#?

0 Answers  


Categories