What is polymorphism in Perl?

23. What is polymorphism in Perl?

  1. Creating multiple constants with the same name
  2. Defining multiple methods under the same name
  3. Creating multiple variables with the same name
  4. All of these

Answer: D) All of these

Explanation:

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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.