Inheritance in Java: How it Works
In the previous blog, I wrote about Object Oriented Programming and its pillars. In this blog let's deep dive into one of the pillars of Object Oriented Programming called Inheritance. What is Inheritance? A class that is derived from another class i...
Dec 26, 20223 min read26

