R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is boxing in C#?

  • (A) Converting value type to object type
  • (B) Converting object to value type
  • (C) Storing a class in memory
  • (D) Wrapping method inside a class

Explanation by: Ram Sharma
Boxing is the process of converting a value type to an object type.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.