1. Use override to indicate that it does want to override of the base method in the parent class. If the derived class don't use the override, we can't use the
polymorphism.Use new to indicate that it is not an override of the base method in parent class.