Which feature of Perl provides code reusability ? Give any example of that feature.
Answer Posted / 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 View All Answers
What does `$result = f() .. g()' really return?
Explain which feature of PERL provides code reusability?
Does Perl have reference type?
Explain chomp, chop, cpan, tk.
How to read a single line from a file in perl?
What does -> symbol indicates in Perl?
Why -w argument is used with perl programs?
How and what are closures implemented in perl?
Explain arrays in perl.
How to connect to SQL server through Perl?
What is the use of strict?
Explain grooving and shortening of arrays and splicing of arrays?
Explain perl.
What exactly is grooving and shortening of the array?
Define dynamic scoping.