Object

An object is an instance of a type.

Zero, one or more objects of one type can exist at any time.

examples:

  • company Reliable software and Mr Albert Newton are objects of type customer

  • 1991.9.19, 2002.4.5, 1961.4.29 are all objects of type date

  • the coffee machine in the kitchen is an object of type coffee_machine

See also:

the section called “Type”

the section called “Factory”