Question

Q1: Which of the following statements will not produce a syntax error?

a. Defining a const member function that modifies a data member of the object.
b. Invoking a non-const member function on a const object.
c. Declaring an object to be const.
d. Declaring a constructor to be const.

Answer

This answer is hidden. It contains 29 characters.