Completed
Introduction to object oriented PHP
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Object Oriented PHP - Programming Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction to object oriented PHP
- 2 What are objects?
- 3 Creating classes
- 4 Class properties
- 5 Class methods
- 6 Method arguments
- 7 Named arguments
- 8 Constructors
- 9 Constructor promoted properties
- 10 Type hinting
- 11 Class type declarations
- 12 Return type declarations
- 13 Introduction to inheritance
- 14 Redundancy and duplication
- 15 The 'extends' keyword
- 16 Inheritance and constructors
- 17 Inheritance challenge
- 18 Overriding parent methods
- 19 Introduction to visibility
- 20 Protected properties
- 21 Private properties
- 22 Method visibility
- 23 Encapsulation
- 24 Typed properties
- 25 Union types
- 26 Static properties
- 27 Static methods
- 28 Class constants
- 29 Abstract classes
- 30 Abstract methods