Skip to content

Object-Oriented Programming (OOP)

What is the name for an OOP feature where a class can inherit properties and behaviors from more than one parent class?

Difficulty: Hard

About this MCQ

This Hard Object-Oriented Programming (OOP) MCQ checks one syllabus fact.

The question is: “What is the name for an OOP feature where a class can inherit properties and behaviors from more than one parent class?”

The accepted answer is B. Multiple inheritance. Multiple inheritance refers to an OOP feature where a class can inherit properties and behaviors from more than one parent class.

Correct answer

B. Multiple inheritance

Explanation

Multiple inheritance refers to an OOP feature where a class can inherit properties and behaviors from more than one parent class.

Source: Object-Oriented Programming (OOP) Official Reference Guide

Tags: computer science, oop, object-oriented programming, software design

Submitted by: MCQsHub Editorial

Related MCQs

More Object-Oriented Programming (OOP) MCQs