What is method overwriting in Perl?

18. What is method overwriting in Perl?

  1. Filling up method with extra written data
  2. Methods that provide extra features
  3. A Feature that allows rewriting of methods in child class
  4. 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.

Comments and Discussions!

Load comments ↻






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