Forum

in oop php what is ...
 
Notifications
Clear all

in oop php what is class inheritance ?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

in oop php what is class inheritance ?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

PHP - What is Inheritance? Inheritance in OOP = When a class derives from another class. The child class will inherit all the public and protected properties and methods from the parent class. In addition, it can have its own properties and methods. An inherited class is defined by using the extends keyword.


   
ReplyQuote
Share: