adspace


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

Why can't we use a static class instead of singleton?

952


What is an abstract class c#?

967


How to assign Null value to Var?

1062


Which namespaces are necessary to create a localized application?

1140


What is expression tree in c#?

997


How do you inherit a class into other class in c#?

992