12. 4 Nested Classes
A class can contain one or more other classes, which can in turn contain yet others forming a class of
nested classes. Usually, the
inner classes are exposed as properties of the
outer classes. This arrangement is similar to what you have seen in ADO.NET. For example, the dataset contains the datatable, which contains data rows and data columns, each in turn having its own methods and properties.
Last change: February 13 2016 18:48:26.