| Single Class header
files |
Header files that declare classes should limit the
number of classes declared in a single file. For the most part you should restrict your
declarations to a single class. If more than one class is declared, all classes should be
closely related. |