Solved

If You Have a Copy Constructor in the Base Class

Question 17

Multiple Choice

If you have a copy constructor in the base class, but do not have a copy constructor for the derived class, then


A) you will have a syntax error
B) a copy constructor for the derived class is automatically created for you
C) you can not use pointer variables
D) the default constructor is used

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions