The Open-Closed Principle (OCP) is one of the SOLID principles of object-oriented design, and it encourages software components to be open for extension but closed for modification. This means that you should be able to extend the behavior of a modul...
harishgautam.hashnode.dev2 min readNo responses yet.