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
How to implement a stack in Perl?
How to do comment in perl?
How will you open a file in read-only mode in perl?
How can I display all array element in which each element will display on next line in perl ?
How many types of primary data structures in Perl and what do they mean?
How many ways can we express string in Perl?
How to determine strings length in perl?
What is the easiest way to download the contents of a URL with Perl?
What is the purpose of goto expr statement?
How to check the status of airplane mode (enable/disable) in perl for Android mobile?
What are the different string manipulation operators in perl?
Explain the execution of a program in perl.
What is the purpose of _package_ literal?
Explain goto label, goto name, and goto expr?
How do I debug a perl program?