overloading----many methods in the same class with same name ,but with different parameters

Example: sum(int a, int b)
sum (int a, float b,double c)

overriding ----...