Home »
MCQs »
Perl Programming MCQs
What is polymorphism in Perl?
23. What is polymorphism in Perl?
- Creating multiple constants with the same name
- Defining multiple methods under the same name
- Creating multiple variables with the same name
- All of these
Answer: D) All of these
Explanation:
Polymorphism in Perl is defining multiple methods under the same name.