In inheritance , when a class drives from another class. Child class inherit parent class using extends keyword in child class, means that child class
Interface in php
Understanding PHP Interfaces In PHP, interfaces are a critical aspect of object-oriented programming (OOP), offering a robust way to define and enforce a contract for classes