Visual Basic .NET Class Design Handbook: Coding Effective Classes

Geir Olsen, Damon Allison, James Speer

  • 出版商: Apress
  • 出版日期: 2003-09-15
  • 售價: $1,580
  • 貴賓價: 9.5$1,501
  • 語言: 英文
  • 頁數: 392
  • 裝訂: Paperback
  • ISBN: 1590592751
  • ISBN-13: 9781590592755
  • 相關分類: .NETVisual Basic
  • 已過版

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

商品描述

Since the announcement of Visual Basic .NET, a lot has been made of its powerful new object-oriented features. However, very little discussion has been devoted to the practice of object-oriented programming at its most fundamental level - that is, building classes. The truth is, whatever code you write in Visual Basic .NET, you are writing classes that fall within the class hierarchy of the .NET Framework. Visual Basic .NET Class Design Handbook was conceived as a guide to help you design these classes effectively, by looking at what control we have over our classes, and how Visual Basic .NET turns our class definitions into executable code.

his book will give you a deep and thorough understanding of the implications of all the decisions you can make in designing a class, so you are equipped to develop classes that are robust, flexible and reusable. In short, this book will take you from a theoretical understanding of the basic principles of OO programming to the ability to write well-designed classes in actual applications.

Contents:

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