C# Class Design Handbook
Coding Effective Classes| By: | Richard Conway |
| Publisher: | Springer Nature |
| Print ISBN: | 9781590592571 |
| eText ISBN: | 9781430211242 |
| Edition: | 0 |
| Copyright: | 2003 |
| Format: | Page Fidelity |
Lifetime - $49.99
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
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.