Matching
Match each term with the correct statement below.
Premises:
class that is already known to work correctly
Responses:
single inheritance
inaccessible class member
parent class
virtual
invoke a method
reliable class
override (a function)
derived class
multiple inheritance
Correct Answer:
Premises:
Responses:
single inheritance
inaccessible class member
parent class
virtual
invoke a method
reliable class
override (a function)
derived class
multiple inheritance
Premises:
single inheritance
inaccessible class member
parent class
virtual
invoke a method
reliable class
override (a function)
derived class
multiple inheritance
Responses:
Related Questions
Q13: A _ function cannot be inherited.<br>A) virtual<br>B)
Q14: Provide an example of a situation in
Q15: When a class is a base class
Q16: Match each term with the correct statement
Q17: Inheritance is said to use the _
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
Q23: Match each term with the correct statement