- 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.
- Java逍遙游記
- 大學計算機基礎(第三版)
- 軟件項目管理(第2版)
- Learn Type:Driven Development
- Python爬蟲開發:從入門到實戰(微課版)
- Django Design Patterns and Best Practices
- Spring Cloud、Nginx高并發核心編程
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- Java Fundamentals
- JavaScript+jQuery網頁特效設計任務驅動教程
- Oracle 12c從入門到精通(視頻教學超值版)
- 數據科學中的實用統計學(第2版)
- SSH框架企業級應用實戰
- Opa Application Development