Google News
logo
C# - Quiz(MCQ)
Which of the following is correct about reference type variables in C#?
A)
They contain a reference to the variables.
B)
Example of built-in reference types are: object, dynamic, and string.
C)
The reference types do not contain the actual data stored in a variable.
D)
All of the Above.

Correct Answer :   All of the Above.

Advertisement