1.

Which of the following statements about a constructor is not true?

A. We cannot refer to their addresses.
B. They cannot be inherited, though a derived class can call the base class constructor.
C. An object with a constructor can be used as a member of a union.
D. Constructors cannot be virtual.
Answer» B. They cannot be inherited, though a derived class can call the base class constructor.


Discussion

No Comment Found