Q. What is polymorphism in Perl? (A) Creating multiple constants with the same name (B) Defining multiple methods under the same name (C) Creating multiple variables with the same name (D) All of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of these Explanation: Polymorphism in Perl is defining multiple methods under the same name.