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 copy a file in perl?
How to replace perl array elements?
Explain goto expr?
What does init 5 and init 0 do?
What are the various perl data types based on the context?
Explain perl.
What is perl dbi?
What happens in dereferencing?
How will you open a file in a write-only mode in perl?
Write an example explaining the use of symbol tables.
What interface used in PERL to connect to database? How do you connect to database in Perl?
Explain strftime() function in perl?
Explain regular expression in perl?
What is the importance of perl warnings?
Why aren't Perl's patterns regular expressions?