1. Computer Science Engineering (CSE)
  2. Software Engineering
  3. The relationship between a derived class...
Q.

The relationship between a derived class (or subclass) and base class is referred to as

A. association
B. inheritance
C. polymorphism
D. instantiation
Answer» B. inheritance
Explanation: a derived class inherits all the attributes of a base class.
View all MCQs in:   Software Engineering

Discussion