InterviewSolution
Saved Bookmarks
| 1. |
How to reuse code explain with an example. |
|
Answer» Perl provides a reuse code ability which is called inheritance in this child CLASS can use the methods of the parent class. ExamplePACKAGE Parent;
|
|