Matching
Match each term with the correct statement below.
Premises:
to substitute one version of the function for another
Responses:
virtual
invoke a method
override (a function)
inaccessible class member
parent class
derived class
reliable class
multiple inheritance
single inheritance
Correct Answer:
Premises:
Responses:
virtual
invoke a method
override (a function)
inaccessible class member
parent class
derived class
reliable class
multiple inheritance
single inheritance
Premises:
virtual
invoke a method
override (a function)
inaccessible class member
parent class
derived class
reliable class
multiple inheritance
single inheritance
Responses:
Related Questions
Q18: Match each term with the correct statement
Q19: To create a class Customer that derives
Q20: A derived class is also called a
Q21: _ data and functions can be accessed
Q22: _ is based on the principle that
Q24: When a child class function overrides a
Q25: If you do not use an access
Q26: The three access specifiers available for class
Q27: _ in C++ means you can create
Q28: Any child class function with the same