- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 60字
- 2021-07-03 00:12:01
Using abstraction
With abstraction, we take from the object we want to create the basic functionality that all objects derived from the abstracted object must have. To explain this in simple terms, we abstract the common functionality and put it in a single class that will be used to provide this shared functionality to all classes that inherit from it.
推薦閱讀
- LabVIEW 2018 虛擬儀器程序設計
- iOS 9 Game Development Essentials
- 算法大爆炸:面試通關步步為營
- 基于免疫進化的算法及應用研究
- Redis Essentials
- 零基礎輕松學SQL Server 2016
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Statistical Application Development with R and Python(Second Edition)
- Greenplum構建實時數據倉庫實踐
- Java Hibernate Cookbook
- Practical Maya Programming with Python
- Mastering Unreal Engine 4.X
- Clojure for Finance
- Computer Vision with Python 3
- Mastering Rust