Multiple Choice
Overriding a base class member function with a derived member function demonstrates the concept of ____.
A) abstraction
B) polymorphism
C) inheritance
D) overloading
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q30: _ data and functions can be accessed
Q31: Match each term with the correct statement
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)