Object: software bundle of related state and behavior

Classes, Objects, Methods, oh my! All java code is defined in a class. A class is a blueprint for an object. It tells the virtual machine how to make an object from that particular type. An object knows things and does things. A user (rather than the designer) of an object does not need to know *how* an object works. ................
................