DEV Community

Pavitra Aravind
Pavitra Aravind

Posted on

Day 1 Object & Class

Object:
*Real time entity.
*physical entity.
*combination of state and behaviour.
Class:
*logical entity.
*blueprint for creating object
*group of similar objects.
*without class we cannot create objects.
*class can be present without Object.

Top comments (0)