What’s so bad about inheritance?
While writing new software, you will have to design how the different classes interact with each other. Just like how we were taught in school to follow object oriented programming(OOP) with inheritance being the key part of OOP, we wrote object oriented code even though…