Customer
o1.classes.Customer
Class Customer
represents customers (of an imaginary, way simplified online store). Each customer has attributes such as name and contact information. A customer object is immutable; to represent changed customer info, a new object is created.
Parameters
- address
-
the street address of the customer
- customerNumber
-
a number that uniquely identifies the customer (a positive integer)
-
the email address of the customer
- name
-
the full name of the customer
Attributes
- Graph
-
- Supertypes