When child class has a method with same name with the method in parent class, the method of child class overrides the method of parent class.
In the definition of chi