php-basics-revision [topic-name: inheritance,abstract class,Interfaces ]
inheritance:
when a class derives from another class , parent class and child class relationship between them , relation stablished with a keyword named
"extended" , child extends parent's public and protected properties, can modify with own setter m...
php-basics-revisions.hashnode.dev6 min read