Google News
logo
Perl - Quiz(MCQ)
What is polymorphism in Perl?
A)
Creating multiple variables with the same name
B)
Creating multiple constants with the same name
C)
Defining multiple methods under the same name
D)
All of the Above

Correct Answer :   All of the Above


Explanation : Polymorphism in Perl is defining multiple methods under the same name.

Advertisement