22 out of 42 rated this helpful - Rate this topic

10. Classes

Visual Studio .NET 2003

A class is a data structure that may contain data members (constants and fields), function members (methods, properties, events, indexers, operators, instance constructors, destructors and static constructors), and nested types. Class types support inheritance, a mechanism whereby a derived class can extend and specialize a base class.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.