Which of the following is not a subclass of Value Type class

A) Enumerations
B) User defined value types
C) Boxed value types
Explanation: Boxed value types are of reference types

Showing Answers 1 - 5 of 5 Answers

Boxed types are those types that have been converted from being a value type to a reference type. So once they are boxed, they cease to be a value type and become a reference type instead.

Answer is C.

  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

 

Related Open Questions