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
what is inheritance and an example in vb.net and c# of when you might use it?
can you create a function in c# which can accept varying number of arguments
What is callback method in c#?
Can a constructor have a return type?
How Global.asax is used ?
Is c# used for frontend or backend?
How do you specify a custom attribute for the entire assembly?
What are the boolean data types in c#?
Explain the difference between a struct and a class?
What is variable in c#?
What the different phase/steps of acquiring a proxy object in webservice?
What is literal control
What is Event - Delegate?
What is session c#?
What is a lambda expression in c#?