index | next

Defining Classes

Consider a simplified version of the Item class from the online clothing application:

The reason for changing the class name to ItemInfo will be given later.

A class definition encapsulates a class's methods and instance variables.


index | next