#object-oriented-programming
Read more stories on Hashnode
Articles with this tag
In object-oriented programming, virtual functions are a fundamental concept in C++. They allow us to achieve runtime polymorphism (Note: it’s ok if...
OOP brought order to the chaos of spaghetti code. But today some of my friends say, it’s over-engineered, over-complicated, and overrated. Are they...
In the realm of software development, writing code that is not only functional but also maintainable, scalable, and adaptable is crucial. One set of...
Unpacking the SRP · In the realm of software development, writing code that is not only functional but also maintainable, scalable, and adaptable is...