<<< Constructors, cont. | Index | Predefined Classes and Methods >>> |
Method name and its parameter list formulate the method signature
Methods in a class with the same name are permitted as long as each method has a different parameter list. Such methods are known as overloaded methods
Overloaded methods are allowed for programmer's convenience.
<<< Constructors, cont. | Index | Predefined Classes and Methods >>> |