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 is the default value of guid in c#?

0 Answers  


In which order the constructor is called for an inherited class?

0 Answers  


How to assign default value to nullable types? Did nested nullable types are allowed

2 Answers   TCS,


What is difference between "as" and "is" keyword?

1 Answers  


Integer at long type variable are not object.Support your answer with example.And explain the technique to convert from value type to reference type and vice-versa.

1 Answers   HCL,






What is the difference between finalize() and dispose()?

0 Answers  


Where is the output of TextWriterTraceListener redirected?

1 Answers  


You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?

0 Answers  


What is a thread c#?

0 Answers  


What are reflections in c#?

0 Answers  


What is asynccallback c#?

0 Answers  


What is view state c#?

0 Answers  


Categories