<<< Getting Input from the user | Index | Static Methods >>> |
The guidelines for creating objects using Java API classes are:
Every class that describes objects has a constructor method.
Program creates an object by calling the constructor method and passing required arguments.
Once the object is created, the program can call any of the public methods in the object.
<<< Getting Input from the user | Index | Static Methods >>> |