Object Oriented Design Principles (OODP): Open-Closed Principle(OCP)
Open-Closed Principle (OCP) This is one of my published blogs on SCN – SAP Community Network. Definition:The name itself sounds like contradicting – OPEN & CLOSE, but by definition, A module should be OPEN for extension but CLOSED for modification. The Open-Closed Principle (OCP) is one of the most important Design Principle. OCP originated from…