Day 8 : Inheritance
🧩 What is Inheritance?
Inheritance means one class (child/subclass) can reuse the properties and methods of another class (parent/superclass).
It allows you to build new classes on top of existing ones, instead of rewriting code.
🧠Simple Analogy
T...
lldwithbaijnath.hashnode.dev7 min read