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
C# called c sharp why?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What is a .aspx file?
What is entity framework c#?
Does c# have a 'throws' clause?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is generic method in c#?
What is unrecognized escape sequence in c#?
how can one use hcl and c sharp together?
What is the difference between int and int in c#?
What is a string in c#?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What is lazy in c#?
How many types of polymorphism are there?
Structs are largely redundant in c++. Why does c# have them?