Explanation: In multiple inheritance, one class inherits more than two classes in Perl.
Dear candidates you will find MCQ questions of Perl here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Share your questions by clicking Add Question
Explanation: In multiple inheritance, one class inherits more than two classes in Perl.
Explanation: In multilevel inheritance, a subclass of a class is inherited by another class in Perl.
Explanation: Polymorphism in Perl is defining multiple methods under the same name.
Explanation: Encapsulation is wrapping up data and related methods to a single unit in Perl.
Explanation: Data hiding in Perl is also known as Encapsulation.
Explanation: As its name suggest. Reverse is used by perl for reversing a string.