Quiz

Here's a short quiz to test your understanding.

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

What does the constness of a function signal to the reader and the compiler?

A.

The given function doesn’t modify the member variables.

B.

The given function doesn’t call other non-const member functions of the same object.

C.

The given function cannot call any variable.

D.

Both A and B


1 / 6