- 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.
推薦閱讀
- 解構產品經理:互聯網產品策劃入門寶典
- Intel Galileo Essentials
- LabVIEW Graphical Programming Cookbook
- 基于Java技術的Web應用開發
- 網絡爬蟲原理與實踐:基于C#語言
- Python機器學習經典實例
- C程序設計實踐教程
- C語言程序設計上機指導與習題解答(第2版)
- Unity 2D Game Development Cookbook
- BeagleBone Black Cookbook
- 持續輕量級Java EE開發:編寫可測試的代碼
- 計算機應用基礎案例教程
- Kotlin開發教程(全2冊)
- Learning Material Design
- uni-app跨平臺開發與應用從入門到實踐