A blueprint or template that defines the properties (attributes) and behaviors (methods) of objects.
Instance: An individual occurrence of a class. In this case, each House object is an instance of the House class.
Attribute: A characteristic or property associated with an object. The address, number of rooms, and color are examples of attributes for a House object.