There are multiple methods in the class with the same name and parameter types. This is not allowed because there is no way to distinguish the different methods when calling them.
To correct this error
-
If there are duplicate methods, remove the redundant ones.
-
Change the name or the parameter types of one or more of the methods.