I\'ve coded in C before, but I\'m completely new to java
I\'m doing a tutorial for my OOP class, and this is pretty much my first time officially learning the language
Method overloading (or Function overloading) is legal in C++ and in Java, but only if the methods take a different arguments (i.e. do different things). You can't overload in C.