- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 58字
- 2021-07-03 00:12:04
Open/closed principle
When creating classes, we need to ensure that the class prohibits any breaking modifications by needing to change internal code. We say that such a class is closed. If we need to change it somehow, we can do so by extending the class. This extensibility is where we say that the class is open for extensions.
推薦閱讀
- 演進式架構(原書第2版)
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- 實戰Java程序設計
- Windows Presentation Foundation Development Cookbook
- Mastering AndEngine Game Development
- The DevOps 2.5 Toolkit
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- C++從入門到精通(第5版)
- Unity&VR游戲美術設計實戰
- 軟件測試綜合技術
- C語言程序設計實訓教程與水平考試指導
- 軟件體系結構
- Python計算機視覺和自然語言處理
- Mastering Elixir
- Web前端開發最佳實踐