Google News
logo
Perl - Quiz(MCQ)
What is method overwriting in Perl?
A)
Filling up method with extra written data
B)
Methods that provide extra features
C)
A Feature that allows rewriting of methods in child class
D)
All of the above

Correct Answer :   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.

Advertisement