What is the Open-Closed Principle?Today we will see the “O” part of the SOLID principle, The Open-Closed Principle.Aug 11, 2021Aug 11, 2021
What are SOLID Design Principles?SOLID is a series of principles that you must abide by to keep your code clean, readable, and easier to extend. SOLID principles are…Jan 1, 2021Jan 1, 2021
Super in JavaIn Java, there is a keyword called super. It has many functionalities. Before we dive into the superbness of Java, we need to know about…Nov 23, 2020Nov 23, 2020
What is inheritance?Let’s explain with an example from the Marvel Cinematic universe. If you are a marvel fan, you must have come across The Avengers and…Nov 6, 2020Nov 6, 2020