This documentation is archived and is not being maintained.
Understanding Classes
Visual Studio 2008
Classes are important in object-oriented programming because they allow you to group related items as a unit, as well as control their visibility and accessibility to other procedures. Classes can also inherit and reuse code defined in other classes.
Show: