- 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
推薦閱讀
- iOS面試一戰到底
- The Android Game Developer's Handbook
- C#編程入門指南(上下冊)
- Visual FoxPro 程序設計
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- QTP自動化測試進階
- Learning Data Mining with R
- Android驅動開發權威指南
- Visual FoxPro 6.0程序設計
- C++ Application Development with Code:Blocks
- Web程序設計:ASP.NET(第2版)
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- AI自動化測試:技術原理、平臺搭建與工程實踐
- After Effects CC案例設計與經典插件(視頻教學版)
- Android初級應用開發