开放关闭原则(Open Close Principle OCP) 

 

Software entities like classes,modules and functions should be open for extension but closed for modifications.

 

一个软件实体如类、模块和函数应该对扩展开放,对修改关闭。

相关文章:

  • 2021-10-18
  • 2021-12-18
  • 2022-12-23
  • 2021-08-15
  • 2021-06-15
  • 2022-03-06
猜你喜欢
  • 2021-12-20
  • 2022-12-23
  • 2021-12-22
  • 2021-11-10
  • 2021-07-23
  • 2021-06-21
相关资源
相似解决方案