Programming Languages C++ Subjective
Mar 13, 2013

Does Perl have objects? If yes, then does it force you to use objects? If no, then why?

Detailed Explanation

Yes, Perl has objects and it doesn’t force you to use objects. Many object oriented modules can be used without understanding objects. But if the program is too large then it is efficient for the programmer to make it object oriented.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback