- 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.
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- jQuery EasyUI網站開發實戰
- 匯編語言程序設計(第2版)
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Python應用輕松入門
- INSTANT Mercurial SCM Essentials How-to
- Gradle for Android
- Clojure Reactive Programming
- Learning jQuery(Fourth Edition)
- Python語言科研繪圖與學術圖表繪制從入門到精通
- jQuery for Designers Beginner's Guide Second Edition
- Mastering Gephi Network Visualization
- UML軟件建模
- scikit-learn Cookbook(Second Edition)