- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 136字
- 2021-07-03 00:12:02
How it works...
Abstraction has allowed us to define a common set of functionality that is to be shared among all the classes that derive from the abstract classes. The difference between inheriting from the abstract class and a normal class is that with an abstract class, you have to implement all the methods defined in that abstract class.
This makes the class easy to version and change. If you need to add new functionality, you can do so by adding that functionality to the abstract class without breaking any of the existing code. Visual Studio will require that all inherited classes implement the new method defined in the abstract class.
You can, therefore, be assured that the change applied will be implemented in all your classes that derive from the abstract classes in your code.
- Python機器學習:數據分析與評分卡建模(微課版)
- MATLAB圖像處理超級學習手冊
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- C語言程序設計
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Linux命令行與shell腳本編程大全(第4版)
- Python面向對象編程:構建游戲和GUI
- C語言程序設計教程
- Extending Puppet(Second Edition)
- Python深度學習原理、算法與案例
- The Professional ScrumMaster’s Handbook
- 并行編程方法與優化實踐
- AI自動化測試:技術原理、平臺搭建與工程實踐
- H5匠人手冊:霸屏H5實戰解密
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)