Object-Oriented Software Engineering
Object
encapsulates both data (attributes) and data manipulation functions (called methods, operations, and services)
a n entity such as pen, chair, table etc.
Class
generalized description (template or pattern) that describes a collection of similar objects
Collection of objects is called class. It is a logical entity.
Well discussed and described (Y)