The basic idea of Inheritance is to create the new class (called child class or derived or subclass) from an existing class (called parent class or Base or Superclass) . That is, the child class inherits the properties (methods and fields) of the parent class.