Tagged “example”
-
TIL Open-Closed Principle in OOP oop example
In object-oriented programming, the open–closed principle (OCP) states 'software entities (classes, modules, functions, etc.) should be open for extension, but closed for modification.'
See all tags.