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
What is super class in c#?
What is the difference between interface and inheritance in c#?
Define sealed classes in c#?
What are the fundamental principles of oo programming?
Define an assembly in .net?
What is the namespace for datatable in c#?
What is the difference between virtual and override in c#?
What is the difference between “finalize” and “finally” methods in c#?
What is ienumerable t in c#?
What is enum in c#?
What are handlers in c#?
Explain polymorphism in c# with a simple example?
What is Fragmentation and its Types?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What do you understand by 'access specifiers' in C#?