Tag: inheritance

Inheritance in JS

Inheritance is the property by which one class can get the property of another class. This feature is also known as re-usability. One class inherit the another class using keyword extends. Example 1 – using Function <script> class...
READ MORE   >>

PHP Inheritance

Way1 to inherit one class from another using the keyword extends <?php class Course{                 protected...
READ MORE   >>

PHP OOPS Concept

OOPS Concept with Real Life Example Objects .An object represents a particular instance of a class and it can be more than one instance of an object. Each instance of an object can hold its own relevant data. An Object is a collection of data...
READ MORE   >>

Recent Comments

    • Copyright © 2020 (Er. Shairy Kalra). All Rights Reserved