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
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
Post a Comment