Multiple Choice
Which of the following statements are true?
A) A dynamic array can have a base type which is a class or a struct.
B) A class or a struct may have a member which is a dynamic array.
C) A and B
D) Neither
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Write the function declaration for an assignment
Q13: In order to do automatic type conversion
Q14: In an overloaded insertion or extraction operator,
Q15: Write the function declaration for a destructor
Q16: Given the following function declaration,<br>Friend void displayconst
Q18: If you have mutators and accessors, you
Q19: When overloading an operator, which of the
Q20: A _ function is not a member
Q21: An overloaded extraction or insertion operator should
Q22: The copy constructor for a class is