Day 1a : Class and Object
What is a Class ?
A class is a blueprint, template, or definition for creating objects. It defines what properties (attributes/fields) and behaviors (methods/functions) its objects will have.
Think of it like:
A blueprint for a house — it doesn’t bu...
lldwithbaijnath.hashnode.dev6 min read