| Recommend this page to a friend! | 
| Classes of Kabir Hossain | Learn PHP | OOP-PHP/abstract_class/abstract_class.md | Download | 
| 
 | |||||||||||||||||||||
|  Download Abstract class: Abstract classes are classes that contain one or more abstract methods. An abstract method is a method that is declared, but contains no implementation. Abstract classes may not be instantiated, and require subclasses to provide implementations for the abstract methods. |