Home / Programming MCQs / Perl MCQs / Question

N

Nisha Gupta • 2.32K Points
Master

Q. What is multilevel inheritance in Perl?

(A) A subclass of a class is inherited by another class
(B) A class inherits properties from multiple classes
(C) Multiple classes inherit properties from a class
(D) None of these
Explanation by: Nisha Gupta
In multilevel inheritance, a subclass of a class is inherited by another class in Perl.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.