When I generated classes or code via VC++ I get a gob of pulic data mambers.
What is OO about this? Why not, instead, generate private data members and
also
provide Accessor (i.e. get/set) methods for said variables? Also, wouldn;t
most people have the
access specifiers specified only once in the class definition?
-Mark