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 are primitive types in c#?

0 Answers  


How do I open the console?

0 Answers  


What is piller of OOPS in C#.

10 Answers  


Is a games console a computer?

0 Answers  


What is console programming language?

0 Answers  






Difference between ByVal and ByRef?

5 Answers   Microsoft,


Explain the difference between object type and dynamic type variables in c#?

0 Answers  


Explain what a diffgram, and a good use for one Define diffgram? How it be used?

0 Answers   Siebel,


Explain the feature of c# language?

0 Answers  


What is virtual in c#?

0 Answers  


What are the advantages of properties in c#?

0 Answers  


What does a constructor do c#?

0 Answers  


Categories