Hi to everybody. Lastweek i had taken an interview on c#.
They ask what is boxing & unboxing, Masking.Please tell the
answer and it is useful for me.
Answer Posted / sravanthi
BOXING:We can translate value type to reference type.
UN BOXING:We can translate reference type to value type.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
In how many ways you can overload a method?
What is wpf application in c#?
What .exe means?
Difference between abstract classes and interfaces
Explain circular reference in c#?
How many aware interfaces are there?
How do you achieve polymorphism in c#?
What is winforms c#?
How do you name a variable in c#?
What is the difference between “finalize” and “finally” methods in c#?
What is a framework in c#?
What is console readkey ()?
What are expressions c#?
Explain About friend and Protected friend
Can abstract class instantiated c#?