- 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.
推薦閱讀
- GeoServer Cookbook
- 深入淺出Java虛擬機:JVM原理與實戰
- Scala Design Patterns
- Java開發入行真功夫
- Banana Pi Cookbook
- 單片機應用技術
- Xamarin.Forms Projects
- Amazon S3 Cookbook
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Salesforce Reporting and Dashboards
- Python機器學習:預測分析核心算法
- Java Web開發就該這樣學
- Mastering Gephi Network Visualization
- Android初級應用開發
- 軟件再工程:優化現有軟件系統的方法與最佳實踐