Next:
7.1 An example
Up:
Module 0029: C++ Class
Previous:
6.3 Nested destructors
7
Private and Public
The concept of ``private'' and ``public'' is an attempt to hide information so that users of a class can only access the published members (data or function).
Subsections
7
.
1
An example
7
.
2
Intended use and limitations
Copyright © 2006-09-26 by Tak Auyeung