Logo

dev-resources.site

for different kinds of informations.

Class Abstraction | Abstract class in PHP

Published at
1/31/2020
Categories
abstraction
php
abstract
class
Author
mahedih13542828
Categories
4 categories in total
abstraction
open
php
open
abstract
open
class
open
Author
15 person written this
mahedih13542828
open
Class Abstraction | Abstract class in PHP

PHP 5 introduces abstract classes and methods. Classes defined as abstract cannot be instantiated, and any class that contains at least one abstract method must also be abstract. Methods defined as abstract simply declare the method's signature - they cannot define the implementation.

https://www.codechief.org/article/class-abstraction-abstract-class-in-php.html

Featured ones: