I was doing some coding, and a friend asked me why all the classes in CvInfos had their instance varibles under "protected:" instead of "private:". After thinking about it, I realized I didn't have a good answer. So why are they protected instead of private? Do the CvInfos classes have any subclasses? They don't seem to.
Anyone know?
Anyone know?