SyntaxFix
Write A Post
Hire A Developer
Questions
Only, if they accept different parameters. If there are no parameters, then you must have different names.
int doSomething(String s); String doSomething(int); // this is fine int doSomething(String s); String doSomething(String s); // this is not