I have one confusion..

If we have a method in superclass having signature int abc(int a, int b)

and we also defined a method in the subclass having method signature int abc(int c)
then what...