InheritanceIt is a concept of accessing the features of one class from another class. If we inherit the class features into another class, we can access both class properties. We can extends the features of a class by using 'extends' keyword.
Example 1Output: Example 2Output:
Next TopicPHP OOPs Interface
|