The focus here is on mastering the four pillars of OOP: Inheritance, Polymorphism, Abstraction, and Encapsulation.
- The
extendsKeyword: Used to create an "IS-A" relationship
| Challenge Name | Platform | Solution Link | Complexity |
|---|---|---|---|
| Inheritance I | HackerRank | View Code | O(1) |