aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Object Oriented Programming Fundamentals
  • What is the other name used for a base class?
Multiple choice

What is the other name used for a base class?

  1. Child class

  2. Subclass

  3. Derived class

  4. Parent class

  5. Array class

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

A parent class is the closest class that we derive to create the one we are referencing as the child class.

Keep practicing — related questions

  • When a derived class is the base class of some other class, then this type of inheritance is known as _____...
  • The derived class having more than one parent is called as ___________
  • Consider the following program & name the base class & the derived class. #include class A { int a; public:...
  • If a class inherits from more than one base class ,it is called as _______
  • What Is SuperClass In JAVA
  • The class that inherits is called a
  • Consider 3 classes A,B,C. A's child class is B, B's child class is C. Inheritance hierarchy is A->B->C. You...
  • Which of the following types of inheritance is used in a class when the public members of a base class beco...
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