- C# 6 and .NET Core 1.0:Modern Cross:Platform Development
- Mark J. Price
- 93字
- 2021-07-09 20:15:47
Chapter 6. Building Your Own Types with Object-Oriented Programming
This chapter is about making your own types using object-oriented programming (OOP). You will learn about all the different categories of members that a type can have, including fields to store data and methods to perform actions. You will use OOP concepts such as aggregation and encapsulation.
This chapter will cover the following topics:
- Talking about OOP
- Building class libraries
- Storing data with fields
- Writing and calling methods
- Controlling access with properties and indexers
- Simplifying methods with operators
- Raising and handling events
推薦閱讀
- GAE編程指南
- CockroachDB權威指南
- Spring技術內幕:深入解析Spring架構與設計
- Web交互界面設計與制作(微課版)
- Java程序設計與計算思維
- 新手學Visual C# 2008程序設計
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- R Deep Learning Cookbook
- Python Data Structures and Algorithms
- Mastering Git
- Canvas Cookbook
- 后臺開發:核心技術與應用實踐
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Drupal 8 Development Cookbook(Second Edition)
- Java設計模式深入研究