Asked by
Shannon Gatewood
on Oct 27, 2024Verified
In multiple inheritance, the subclass is derived from more than one superclass.
Multiple Inheritance
A feature of some object-oriented programming languages in which a class can inherit behaviors and attributes from more than one parent class.
- Identify the types of inheritance and their support in Java
Verified Answer
XS
Learning Objectives
- Identify the types of inheritance and their support in Java