Core Perl OOP
- Constructor
- Attribute/Member - Accessors: Getter/Setter
- Attribute in Constructor
- Attribute Type constraint
- Attribute Type class
- Attribute - create your own subtype
- Attribute - coercion
- Read only attributes
- Encapsulation
- Method call
- Inheritance
- Inheritance
- Inheritance
- Polymorhism
- Multiple inheritance
- Singleton
- Destructor
- Operator overloading
- Class methods and Instance methods
- Exercise: OOP