Objects are the structural building blocks
of a system. They form a cohesive unit of state (data) and services
(behavior). Every object has a specification part (public) and an
implementation part (private).
About this task
To create an object, see
Creating objects.