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:

Verified
Correct Answer:
Verified
Related Questions
Q12: If you use the keyword virtual in
Q13: The base class has everything that is
Q14: What is another name for a child
Q15: In the derived class definition, you list
Q16: A derived class pointer can point to
Q18: Using virtual functions is also known as
Q19: Which of the following should be virtual
Q20: If a base class has a non-virtual
Q21: You should make a function a virtual
Q22: If you define a function in the