- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 94字
- 2021-07-03 00:12:00
Using inheritance in C#
In today's world, inheritance is usually associated with the end of things. In OOP, however, it is associated with the beginning of something new and better. When we create a new class, we can take an already existing class and inherit it on our new class. This means that our new object will have all the features of the inherited class as well as the additional features added to the new class. This is at the root of inheritance. We call a class that inherits from another a derived class.
推薦閱讀
- Visual Studio 2012 Cookbook
- SQL學習指南(第3版)
- Windows系統管理與服務配置
- Visual C++實例精通
- Elasticsearch for Hadoop
- C語言開發基礎教程(Dev-C++)(第2版)
- Web前端應用開發技術
- 深入理解C指針
- Java程序設計與項目案例教程
- Arduino電子設計實戰指南:零基礎篇
- Python全棧開發:基礎入門
- JavaScript編程精解(原書第2版)
- Yii2 By Example
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- 小學生C++趣味編程從入門到精通