Inheritance



where child class inherits parent class features with its own features . that we don't have to write code again and again

Parent class ---- class human being 

Child class --- class male extends human being

Comments

Popular posts from this blog

Object Oriented Programming

ABSTRACTION