aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Programming Fundamentals: Data Structures, OOP, and Java
  • ___________ is the form of inheritance in which many sub ...
Multiple choice

___________ is the form of inheritance in which many sub classes are inherited from a single base class.

  1. Multiple inheritance

  2. Hierarchical inheritance

  3. Multilevel inheritance

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Hierarchical inheritance is the form of inheritance in which many sub classes are inherited from a single base class.

Keep practicing — related questions

  • If a class inherits from more than one base class ,it is called as _______
  • The derived class having more than one parent is called as ___________
  • When a derived class is the base class of some other class, then this type of inheritance is known as _____...
  • Which of the following forms of inheritance is present when a class is derived from the classes that are al...
  • Which of the following forms of inheritance occurs when the properties of one class are inherited by more t...
  • If a class C is derived from class B, which is derived from class A, all through public inheritance, then t...
  • In which of the following forms of inheritance are base classes declared as 'Virtual'?
  • Which type of inheritance is represented by the following code? class A { } class B extends A { } class C e...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Object-Oriented Programming (2239 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy