Open-Closed Principle

Published: 09 October 2023
on channel: ProgRank
425
15

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"; that is, such an entity can allow its behavior to be extended without modifying its source code.

When a single change to a program results in a cascade of changes to dependent modules, that program exhibits the undesirable attributes that we have come to associate with “bad” design. The program becomes fragile, rigid, unpredictable, and unreusable. The open-closed principle attacks this in a very straightforward way. It says that you should design modules that never change. When requirements change, you extend the behavior of such modules by adding new code, not by changing old code that already works. 

"Software entities should be open for extension but closed for modification.” - Robert C. Martin

open-closed principle in hindi,open closed,ocp,java,solid principle,software engineering,open-closed principle,open-closed principle java,open-closed principle in software engineering,open-closed principle example in java,open closed principle hindi,open and closed principle of innovation,open and closed principle,define open and closed principle of innovation,open closed principle solid,what is open closed principle,the open closed principle,open/closed principle


Watch video Open-Closed Principle online without registration, duration hours minute second in high quality. This video was added by user ProgRank 09 October 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 425 once and liked it 15 people.