Method overriding and overloading is the different types of polymorphism.
Method overloading is compile time polymorphism. In overloading function name is same but signature is different.we can say...