Matching
Match each term with the correct statement below.
Premises:
class from which another is derived
Responses:
virtual
multiple inheritance
single inheritance
derived class
inaccessible class member
reliable class
parent class
override (a function)
invoke a method
Correct Answer:
Premises:
Responses:
virtual
multiple inheritance
single inheritance
derived class
inaccessible class member
reliable class
parent class
override (a function)
invoke a method
Premises:
virtual
multiple inheritance
single inheritance
derived class
inaccessible class member
reliable class
parent class
override (a function)
invoke a method
Responses:
Related Questions
Q26: The three access specifiers available for class
Q27: _ in C++ means you can create
Q28: Any child class function with the same
Q29: Overriding a base class member function with
Q30: _ data and functions can be accessed
Q32: When you instantiate a class object that
Q33: The _ access specifier allows members to
Q34: Multiple inheritance is _ required.<br>A) always<br>B) never<br>C)
Q35: A(n) _ class is also called the
Q36: No matter which access specifier you use