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 default parameter in c#?
How do I create a single-file assembly?
What are winforms in c#?
What is razor view in c#?
What is a event in c#?
Is a structure a class?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
How do I do implement a trace and assert?
Is c# pass by reference?
What is difference between new and override in c#?
Why singleton is sealed?
What kind of the information stored inside the assembly?
Explain the functionalities of satellite assembly?
How jit (just in time) works?
Can abstract class have constructor in c#?