Introduction to Objects
Learn about objects and the object system used in Perl.
We'll cover the following
Every large program has several levels of design. At the bottom, we have specific details about solving the problem. At the top levels, we have to organize the code to make sense. Our only hope for managing this complexity is to exploit abstraction (treating similar things similarly) and encapsulation (grouping related details together).
Get hands-on with 1400+ tech skills courses.