- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 104字
- 2021-07-02 12:44:30
Preface
Object-oriented programming (OOP) is a programming paradigm organized around objects rather than actions, and data rather than logic. With the newest release of C#, there are a number of new additions that improve OOP. This book aims to teach OOP in C# in an engaging and interactive way. After going through the book, you will have an understanding of the four pillars of OOP, which are encapsulation, inheritance, abstraction, and polymorphism, and be able to leverage the latest features of C# 8.0, such as Nullable Reference Types and Asynchronous Streams. You will then explore various design patterns, principles, and best practices in OOP.
推薦閱讀
- PHP動態網站程序設計
- GeoServer Cookbook
- MySQL 8從入門到精通(視頻教學版)
- Instant Typeahead.js
- 深入淺出Windows API程序設計:編程基礎篇
- 假如C語言是我發明的:講給孩子聽的大師編程課
- 用戶體驗增長:數字化·智能化·綠色化
- 現代C:概念剖析和編程實踐
- Python機器學習與量化投資
- Shopify Application Development
- 零基礎學編程系列(全5冊)
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- Java網絡編程實用精解
- VMware vRealize Orchestrator Essentials
- Go Programming Blueprints