First page Back Continue Last page Overview Graphics
Java Object / Java Class
Object
- Java objects model objects from a problem domain
Class
- Objects are created from classes. The class describes the kind of object; objects represent individual instantiations of a class
??? what does that mean???