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 / saubhagya
Boxing:converting from value types to reference type is
known as boxing.
Unboxing:Converting from reference types to value type is
known as unboxing.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Does constructor return any value in c#?
Is functional interface runnable?
Why do we need indexer in c#?
Define parsing?
What is dll hell, and how does .net solve it?
Explain the difference between a namespace and assembly name in .net?
what is a constructor? What is a destructor?
What is wrong with the sample program below?
What is sqladapter c#?
Explain types of comment in c# with examples
How can I check the type of an object at runtime?
Which property of the textbox cannot be changed at runtime?
Is .net and c# the same?
What is the difference between ienumerable and iqueryable?
Is python easier than c#?