Forum

in oop php what are...
 
Notifications
Clear all

in oop php what are abstract classes and methods ?


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

in oop php what are abstract classes and methods ?


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

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.


   
ReplyQuote
Share: