- 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.
推薦閱讀
- Mastering Adobe Captivate 2017(Fourth Edition)
- Visual C++串口通信開發(fā)入門與編程實(shí)踐
- Java高手真經(jīng)(高級(jí)編程卷):Java Web高級(jí)開發(fā)技術(shù)
- Java EE 7 Development with NetBeans 8
- Hands-On Reinforcement Learning with Python
- 移動(dòng)界面(Web/App)Photoshop UI設(shè)計(jì)十全大補(bǔ)
- Tableau 10 Bootcamp
- Android驅(qū)動(dòng)開發(fā)權(quán)威指南
- Citrix XenServer企業(yè)運(yùn)維實(shí)戰(zhàn)
- UI設(shè)計(jì)全書(全彩)
- C# Multithreaded and Parallel Programming
- Learning Node.js for .NET Developers
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)訓(xùn)教程
- ROS機(jī)器人編程實(shí)戰(zhàn)
- Practical Time Series Analysis