- C# Programming Cookbook
- Dirk Strauss
- 46字
- 2021-07-14 11:08:46
Chapter 3. Object-Oriented Programming in C#
This chapter will introduce you to the foundation of C# and object-oriented programming (OOP). In this chapter, you will cover the following recipes:
- Using inheritance in C#
- Using abstraction
- Leveraging encapsulation
- Implementing polymorphism
- Single responsibility principle
- Open/closed principle
推薦閱讀
- C語言程序設計案例教程
- C++程序設計教程
- Beginning C++ Game Programming
- LabVIEW入門與實戰開發100例
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- Raspberry Pi Networking Cookbook(Second Edition)
- Java技術手冊(原書第7版)
- 微服務設計原理與架構
- 數據庫系統原理及MySQL應用教程
- 數據結構習題精解(C語言實現+微課視頻)
- C語言程序設計
- Hands-On Swift 5 Microservices Development
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Java Web開發詳解
- Clean Code in C#