Quiz

A short quiz to test your understanding of classes and inheritance in C#

We'll cover the following...
Technical Quiz
1.

Which of the following statements about the struct is not true?

A.

A structure needs to be defined before it is used

B.

A structure can contain different types of variables in it

C.

A structure cannot have its own constructor

D.

All of the above


1 / 6