Multiple Choice
When a dynamic array with a class for a base type is declared, which constructor is called?
A) the copy constructor
B) the destructor
C) the default constructor
D) an explicit constructor
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q46: Both the copy constructor and the assignment
Q47: Functions that are constant member functions may
Q48: Which of the following are not correct?<br>A)
Q49: What is wrong with the following overloaded
Q50: Operators can be overloaded as<br>A) friends of
Q51: To overload functions with symbolic names like
Q52: Given the following class, what is syntactically
Q53: Given the following class and array declaration,
Q54: Putting the keyword const in front of
Q56: Why should you generally pass an object