Quote:
Originally Posted by Jerry
Okay... I just faintly heard the hissing noise as that flew straight over my head... Could you try to explain more?
|
Ok, um, this is so much easier to explain in person..... classes are used in Java to create custom-made objects. They also contain methods to manipulate these objects. String, int, and boolean are data types. An object is a custom-made data type. You use different variables as characteristics of the object. You assign values to these variables through a constructor. A method is used to manipulate data or access data for you.
Here's a link I found through Google:
http://www.javacoffeebreak.com/tuto...rted/index.html