Hi I just want to make sure I have these concepts right. Overloading in java means that you can have a constructor or a method with different number of arguments or differe
what you have described is correct.
For more clarification take a look at polymorphism concept. The Wikipedia has a good article
http://en.wikipedia.org/wiki/Polymorphism#Computing
http://en.wikipedia.org/wiki/Polymorphism_in_object-oriented_programming