Home »
MCQs »
OOPs MCQs
Under which pillar of OOPS do base class and derived class relationships come?
49. Under which pillar of OOPS do base class and derived class relationships come?
- Abstraction
- Encapsulation
- Inheritance
- Polymorphism
Answer: C) Inheritance
Explanation:
The relationship between base class and derived class comes under the inheritance.