Open-Closed Principle (OCP)
A SOLID design principle stating that software entities should be open for extension but closed for modification.
A SOLID design principle stating that software entities should be open for extension but closed for modification.