- 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.
推薦閱讀
- Advanced Splunk
- Spring Boot 2實戰之旅
- JavaScript高效圖形編程
- Java Web開發之道
- 基于免疫進化的算法及應用研究
- Elasticsearch Server(Third Edition)
- Mastering Web Application Development with AngularJS
- Couchbase Essentials
- BeagleBone Robotic Projects(Second Edition)
- C++ Application Development with Code:Blocks
- 智能手機故障檢測與維修從入門到精通
- 網絡數據采集技術:Java網絡爬蟲實戰
- Java 9 with JShell
- 零基礎學Java第2版
- Apache Kafka 1.0 Cookbook