Tuesday, October 14, 2008

Java - Change Code to Object-Oriented

1. Move the main method to a script that will call the functions.
2. Create a method for each step.
3. Declare an object of the class.
4. Call functions thru the object name.

No comments:

Post a Comment