Top
Previous Next
Java's Object Orientation, I/O CS 161 - Java

Last Week

Java Arrays, Objects, Methods

Arrays

Constructors

Classes - Templates for Objects

Definition: A class is a blueprint or prototype that defines the variables and methods common to all objects of a certain kind.

Objects - Instances of classes

Definition: An object is a software bundle of variables and related methods.

Top
Previous Next
jwd