PHP Classes

File: OOP-PHP/abstract_class/abstract_class.md

Recommend this page to a friend!
  Classes of Kabir Hossain   Learn PHP   OOP-PHP/abstract_class/abstract_class.md   Download  
File: OOP-PHP/abstract_class/abstract_class.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Learn PHP
Examples of PHP features using OOP or global code
Author: By
Last change:
Date: 6 days ago
Size: 286 bytes
 

Contents

Class file image 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.