aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Programming in C++
  • Which of the following types of inheritance permits more ...
Multiple choice

Which of the following types of inheritance permits more than one super class and inherits features from all ancestors?

  1. Single inheritance

  2. Multiple inheritance

  3. Multilevel inheritance

  4. Hierarchical inheritance

  5. Polymorphism

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

This type of inheritance permits more than one super class and inherits features from all ancestors.

Keep practicing — related questions

  • Which of the following forms of inheritance occurs when the properties of one class are inherited by more t...
  • Which of the following forms of inheritance is present when a class is derived from the classes that are al...
  • 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 ___________
  • ___________ is the form of inheritance in which many sub classes are inherited from a single base class.
  • When a derived class is the base class of some other class, then this type of inheritance is known as _____...
  • consider the following classes.(class A,class B,class C) which comes under multilevel inheritance?
  • If a class C is derived from class B, which is derived from class A, all through public inheritance, then t...
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