Skip to content

Latest commit

 

History

History

2.ocp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

OCP - Open/close principle

Software entities (classes, modules, functions, etc.) should be open for extension, but closed for modification Bertrand Meyer

Принцип открытости/закрытости

Програмные продукты должны быть открыты для расширения и закрыты для модификации.