Introduction
Objects are the primary building blocks of object-oriented software.
Class is a blueprint from which an object is created.
In this discussion we will learn
- principles of object-oriented design and
- basic elements to construct and use objects.