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
Can an exception be thrown from a catch block?
What is the difference between protected and internal in c#?
What is the benefit of using interface in c#?
What is cts, clr?
Can delegates be used as callbacks?
Difference between debug.write and trace.write?
What is a console operator?
What is assembly c#?
What is the implicit name and type of the parameter that gets passed into the class set method?
Why constructor is used in c#?
write program in c# using this instructions name avinash varma ,work experiance<2,nochildren his work experiance is higher than 5 years,more than one children one children name is diwakar,number of years of work eperiance at current company is the ratio of children and work experiance is 0.21 to 0.5
What does the dispose method do with the connection object?
What is the use of tuple in c#?
Is type nullable c#?
What is boxing & unboxing?