Multiple Choice
The base class's ________ affects the way its members are inherited by the derived class.
A) name
B) return data type
C) access specification
D) both A and B
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: The structure member selector operator . cannot
Q6: If a member variable is declared _,
Q7: By default, when an object is assigned
Q8: A constructor that takes a single parameter
Q9: The this pointer is a special built-in
Q11: If you overload the prefix ++ operator,
Q11: A derived class may become a base
Q13: To overload the + operator, you would
Q14: In the statement class Car:public Vehicle, which
Q15: _ allows us to create new classes