Inheritance
Creating a new class (sub class) in such a way that acquires all the properties of another class (super class) is called is inheritance.
When the sub class is acquires the properties of super class by using the extends keyword is called is inheritanc...
what-is-oops.hashnode.dev1 min read