Inheritance | Object Oriented Concept | Advance PHP Tutorial | Learning Points
From this video we will learn about -
How to create class and objects?
What is Inheritance?
How inheritance works?
How to call parent class method from child class object?
Extends keyword and its use.
Call parent class constructor using child class object?
How to pass parameter using constructor?
Calculate two values from base class using child class object.