1.

Choose the statement which defines the Nullable type Correctly:

A. A special version of a value type that is represented by a structure
B. A nullable type can also store the value null
C. Nullable types are objects of System.Nullable, where T must be a non nullable value type
D. All of the mentioned
Answer» E.


Discussion

No Comment Found