Google News
logo
Perl - Interview Questions
Explain what is Polymorphism in Perl?
In Perl, Polymorphism means the methods defined in the base class will always over-ride the methods defined in the parent class.
Advertisement