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
What is the difference between finalize() and dispose()?
Are c# objects passed by reference?
What’s thread.sleep() in threading ?
Can a class be private in c#?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
Can a static class have a constructor c#?
What are the Types of caching
What is a byte in c#?
Can abstract class have private constructor c#?
How to implement a singleton design pattern in c#?
What is the difference between serialization and deserialization in c#?
What is _viewstart cshtml?
Explain briefly the difference between value type and reference type?
What is private readonly in c#?
What is singleordefault?