Home »
MCQs »
Perl Programming MCQs
Method overwriting can be used to implement run time polymorphism?
19. Method overwriting can be used to implement run time polymorphism?
- TRUE
- FALSE
Answer: A) TRUE
Explanation:
Run time polymorphism is implemented in Perl using method overwriting.