Overloading

Adding a new method with the same name in same/derived class but with different number/types of parameters. Implements Polymorphism.