Which feature of Perl provides code reusability ? Give any example of that feature.



Which feature of Perl provides code reusability ? Give any example of that feature...

Answer / zahir

inheritance feature of Perl provides code re usability. In inheritance, the child class can use the methods and property of parent class

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)

0 Answers  


How to do comment in perl?

0 Answers  


Explain USE and REQUIREMENT statements?

0 Answers  


Explain the meaning of perl one-liner?

0 Answers  


How do I pass a command line argument in perl?

0 Answers  






Where do we require ‘chomp’ and what does it mean?

0 Answers  


Define perl scripting?

0 Answers  


Perl regular expressions are greedy" what does this mean?

0 Answers  


How to remove a directory in perl?

0 Answers  


What arguments do you frequently use for the Perl interpreter and what do they mean?

4 Answers  


Can you add two arrays together?

0 Answers  


Which has highest precedence in between list and terms? Explain?

0 Answers  


Categories