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 print escaping characters inside a string in perl?
you are required to replace a char in a string and store the number of replacements. How would you do that?
What are scalar data and scalar variables?
Explain regular expression in perl?
Explain goto label?
How can I implement the function overloading in Perl ? I read about the operator overloading, I do not know how to implement the function overloading. Thanks in advance ?
Write syntax to add two arrays together in perl?
In Perl, what is grep function used for?
How to replace perl array elements?
What is the difference between use and require in perl programming?
How to find the length of an array in perl?
What does the q{ } operator do?
What are the advantages of perl programming?
How will you open a file in a write-only mode in perl?
How do you turn on the perl warnings?