Perl Basics #18: OOP – Classes, instances, attributes and methods



Perl Basics #18: OOP – Classes, instances, attributes and methods

Perl Basics #18: OOP - Classes, instances, attributes and methods

In this video, we will learn about Perl’s built-in object-oriented system by looking at classes, instances, attributes and methods.

In future videos, we will explore more advanced concepts like inheritance and roles to compose our classes using the Mouse module.

Comments are closed.