0 votes
in C Sharp by
Which statment is correct about reference type variables in C#?

A - The reference types do not contain the actual data stored in a variable.

B - They contain a reference to the variables.

C - Example of built-in reference types are: object, dynamic, and string.

D - All of the above.

1 Answer

0 votes
by
Ans is

D - All of the above

Related questions

0 votes
asked Jun 16, 2020 in C Sharp by Hodge
0 votes
asked Jun 16, 2020 in C Sharp by Hodge
...