|
|
Organization of classes and members |
Members do not need to be textually embedded in C++ classes and structs Class design is emphasized by separating class definition from member definition The programmer writes source code that reflects the class design |
| The class design of class Point. |
In similar object-oriented languages the class desing is extracted by documentation tools from the full class definition |