Determine the types of object oriented programme
- Prototypes for objects
- Definition or a blueprint of a user-defined datatype
- Think of it as a map of the building on a paper
- Anything we can put a thumb on
- Nouns, things in the world
- Objects are instantiated or created from class
- A special method which is implicitly invoked. It is used to create an Object (which is, an Instance of the Class) and to initialize it.
- Properties an object has.
- Actions which an object can do