Posts

Showing posts with the label inheritance

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