next up previous contents
Next: Class member function names Up: Naming conventions Previous: Class names

Class member variable names

Names of variables which are members of C++ classes follow the same formatting rules as names of classes, except variable names should begin with a lower case letter. Quite often, if the variable is an instance of a particular class, the name of the variable is identical to the class name but with a lower case initial letter.



Justin Gullingsrud
Tue Apr 6 09:26:48 CDT 1999