Quiz

A short quiz to test your understanding of classes in C++

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

The attributes of a class can be divided into the following two parts:

A.

Data pointers and member functions.

B.

Data members and data pointers.

C.

Member functions and data members.

D.

None of the above.


1 / 5