Home / Programming MCQs / Perl MCQs / Question

N

Nisha Gupta • 2.32K Points
Master

Q. What is multiple inheritance in Perl?

(A) When more than two different inheritance takes place in a single program.
(B) When a class inherits more than two classes
(C) When two classes inherit properties from a single class
(D) None of these
Explanation by: Nisha Gupta
In multiple inheritance, one class inherits more than two classes in Perl.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.