INHERITANCE

WHAT IS INHERITANCE? An object of one class behaving as an object of another class is known as inheritance. In java, a class can inherit all the properties & behaviors of another class. The class which inherits from other class properties is known as child class, sub class, derived class. The class whose properties areContinue reading “INHERITANCE”

Design a site like this with WordPress.com
Get started