- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
6 months 1 week ago#3453by Elias in oop php what is class inheritance ?
Please Log in to join the conversation.
- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
6 months 1 week ago#3454by Elias 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.
Please Log in to join the conversation.
- Q&A
- Index
- PHP
- in oop php what is class inheritance ?
Time to create page: 0.071 seconds