What is Boxing?

Skill/Topic: Advanced
A) conversion of reference types to value types
B) conversion of value types to reference types
C) Encapsulating a base class

Showing Answers 1 - 9 of 9 Answers

mali

  • Jan 24th, 2006
 

B. Converting a value type to reference type is called Boxing.

Amit Patel

  • Jan 24th, 2006
 

Correct answer is B.

Soumitra Sa

  • Jan 25th, 2006
 

conversion of value types to reference types,Boxing is an implicit conversion of a value type to the type object

  Was this answer useful?  Yes

sreyas

  • Mar 17th, 2006
 

Boxing is Conversion of Value type to Reference type.

  Was this answer useful?  Yes

Ramesh

  • Mar 20th, 2006
 

                              The Exact Result is

Ans : Convertion of Value type to Reference type

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions