Matching
Match each term with the correct statement below.
Premises:
when a child class derives from a single parent
Responses:
derived class
override (a function)
reliable class
virtual
parent class
invoke a method
multiple inheritance
single inheritance
inaccessible class member
Correct Answer:
Premises:
Responses:
derived class
override (a function)
reliable class
virtual
parent class
invoke a method
multiple inheritance
single inheritance
inaccessible class member
Premises:
derived class
override (a function)
reliable class
virtual
parent class
invoke a method
multiple inheritance
single inheritance
inaccessible class member
Responses:
Related Questions
Q40: Consider the following code fragments: <br>class PetStoreItem
Q41: Why are functions sometime overridden in derived
Q42: What should be the first line of
Q43: Why does inheritance save you time?
Q44: _ data and functions can be accessed
Q46: Many of the constructor complications that occur
Q47: To be truly "object-oriented," a programming language
Q48: Match each term with the correct statement
Q49: Class friendship is not inherited.
Q50: Match each term with the correct statement