About Lesson
- Introduction
- Objects
- Declaring a class
- The new keyword and constructor
- Destructor
- Access method and properties using $this variable
- Public, Private, protected properties and methods
- Static properties and method
- Class constant
- Inheritance & code reusability
- Parent:: & self:: keyword
- Abstract method and class
- Interface
- Final