Inheritance (IS-A Relation) Author 01:21 0 Inheritance is a mechanism in which one object aquarius all the properties and behaviour of parent class to child class. Advantages: co... Read More
Constructors in JAVA Author 01:38 0 The definition of constructors in java is given below. 1. Constructors are used to initialise the instance variables of an object. 2. I... Read More