C# Class Design Handbook: Coding Effective Classes
暫譯: C# 類別設計手冊:編寫有效的類別

Richard Conway

  • 出版商: Apress
  • 出版日期: 2003-08-26
  • 售價: $1,460
  • 貴賓價: 9.5$1,387
  • 語言: 英文
  • 頁數: 384
  • 裝訂: Paperback
  • ISBN: 1590592573
  • ISBN-13: 9781590592571
  • 相關分類: C#
  • 已過版

買這商品的人也買了...

相關主題

商品描述

 

Summary

C# is Microsoft’s new object-oriented language, specifically designed to take full advantage of the .NET type system. At the heart of .NET programming in C# is the task of building classes. All C# code participates in the .NET type system, because all code is contained in classes and other types that participate in the class hierarchy of the .NET Framework. This book is a guide to help you design these classes effectively, by looking at what control we have over our classes, and how C# turns our class definitions into executable code.

Table of Contents

Chapter 1: Defining Types
Chapter 2: Type Members
Chapter 3: Methods
Chapter 4: Properties and Operators
Chapter 5: Constructors and the Object Lifecycle
Chapter 6: Events and Delegates
Chapter 7: Inheritance and Polymorphism
Chapter 8: Code Organization and Metadata
Chapter 9: Support, Errata, and Code Download

商品描述(中文翻譯)

摘要

C# 是微軟的新物件導向語言,專門設計用來充分利用 .NET 類型系統。在 C# 的 .NET 程式設計核心是建立類別的任務。所有 C# 代碼都參與 .NET 類型系統,因為所有代碼都包含在類別和其他參與 .NET Framework 類別層級的類型中。本書是一本指南,幫助您有效地設計這些類別,通過了解我們對類別的控制以及 C# 如何將我們的類別定義轉換為可執行代碼。

目錄

第 1 章:定義類型
第 2 章:類型成員
第 3 章:方法
第 4 章:屬性和運算子
第 5 章:建構函數和物件生命週期
第 6 章:事件和委派
第 7 章:繼承和多型
第 8 章:代碼組織和元資料
第 9 章:支援、勘誤和代碼下載