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 / kishore

Boxing : The process of converting value type to reference
type is konwn as boxing

Unboxing: The process of converting Reference type to value
type is known as Unboxing

Masking: Its is the process of changing bits in a byte.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Install uninstall assemblies into GAC?

506


Why do we use static class in c#?

493


Explain the Abstract class in c#.net

553


How big is int16?

520


What does clr stand for?

476






What is asynchronous one-way calls?

525


What is gui in c#?

544


In which way you can convert a value-type to a reference-type?

534


What is the difference between integer and double?

472


Explain the difference between .net and c#?

496


Write down the c# syntax to catch an exception

525


What does || mean in programming?

499


How do you prevent a method from being overridden in c#?

457


What does m mean in decimal c#?

498


what is a static constructor?

674