CLASS can have both data and behaviour (logical entity)
Class gives blue print

OBJECT is an instance of a class
all the instance variables should be accessed through object only.

#sudhakaratchala #classandobject #pythonoop