Home »
MCQs »
Perl Programming MCQs
What is method overwriting in Perl?
18. What is method overwriting in Perl?
- Filling up method with extra written data
- Methods that provide extra features
- A Feature that allows rewriting of methods in child class
- All of these
Answer: A) Filling up method with extra written data
Explanation:
Method overwriting in Perl is a feature using which we can rewrite the method in child class.