Question
Easy
What is meant by multiple inheritance ?
1
Deriving a base class from derived class
2
Deriving a derived class from base class
3
Deriving a derived class from more than one base class
4
None of the mentioned
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Object-Oriented Programming (C++)
Topic: Inheritance
Correct Answer
Option C
Explanation
The correct option is (3): Multiple inheritance is a fundamental feature of Object-Oriented Programming (OOP) in languages like C++, where a single child class, also known as the derived class, is allowed to inherit attributes and methods from two or more parent classes, which are referred to as base classes. This powerful design choice enables the derived class to combine the functionalities and characteristics of diverse existing classes into a…Read More
Similar Questions from HTET Exam - Level 3 - Year 2021
Question 1
Easy
Source :
HTET 2021
A functional dependency is a relationship between or among :
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 2
Easy
Source :
HTET 2021
A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end…
Chapter :
Data Structures (Through C++)
Topic :
Queue
Question 3
Easy
Source :
HTET 2021
In which stage individual components are integrated and ensured that they are error free to meet customer requirements ?
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 4
Easy
Source :
HTET 2021
In MS-Word what is gutter margin ?
Chapter :
Office Automation Tools
Topic :
Word Processor (MS Word)