A Style for Writing C++ Classes
01 January 1987
C++ class definitions contain not only specifications, but also some required implementation details. However, many of these details are of no interest to the user of the class, and should not have to be read to determine the opertions which comprise the external interface of the class.