- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
5 months 2 weeks ago#3455by Elias in oop php what are abstract classes and methods ?
- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
5 months 2 weeks ago#3456by Elias Abstract classes and methods are when the parent class has a named method, but need its child class(es) to fill out the tasks. An abstract class is a class that contains at least one abstract method. An abstract method is a method that is declared, but not implemented in the code.
- Q&A
- Index
- PHP
- in oop php what are abstract classes and methods ?
Time to create page: 0.071 seconds