Write an object-oriented PHP program to implement the concept of inheritance in considering with following class diagram with the use of constructor for 20 students.
Marks: 10
Year: 2020 Final TU FOHSS
1. Definition / Concept Inheritance: - In PHP OOP, inheritance allows a child class to reuse properties and methods of a parent class. - Promotes code reusability and modularity. - Constructor: