In which type of inheritance does one class act as a superclass for more than one sub-class?

62. In which type of inheritance does one class act as a superclass for more than one sub-class?

  1. Hybrid inheritance
  2. Multiple inheritances
  3. Hierarchical inheritance
  4. Multilevel inheritance

Answer: C) Hierarchical inheritance

Explanation:

In Hierarchical inheritance one class act as a superclass for more than one subclass.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.