Properties2
| Type | Concept |
| Note created | Feb 17, 2025 |
The Open/Closed Principle states that you should not modify a method that is already in use elsewhere. Once this happen, all the modifications needed should be implementing by wrapping somehow the code.