Home »
MCQs »
Perl Programming MCQs
What is multilevel inheritance in Perl?
22. What is multilevel inheritance in Perl?
- A subclass of a class is inherited by another class
- A class inherits properties from multiple classes
- Multiple classes inherit properties from a class
- None of these
Answer: A) 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.