Google News
logo
Perl - Quiz(MCQ)
What is multilevel inheritance in Perl?
A)
Multiple classes inherit properties from a class
B)
A subclass of a class is inherited by another class
C)
A class inherits properties from multiple classes
D)
None of the above

Correct Answer :   A subclass of a class is inherited by another class


Explanation : In multilevel inheritance, a subclass of a class is inherited by another class in Perl.

Advertisement