InterviewSolution
Saved Bookmarks
| 1. |
Does Perl allow developers to use objects? Are they mandatory in a Perl program? |
|
Answer» Yes, PERL supports the concept of OBJECTS. But it is not compulsory to use objects. Perl allows using VARIOUS object-oriented CONCEPTS without using or understanding the objects. But in case the developer is creating a heavy application and the program is too large, then it is suitable for the PROGRAMMER to make it object-oriented. |
|