What's the purpose of, when inheriting, doing:
I've always just used : public <name> when inheriting, but is there any difference if you do it with private or protected?Code:class baseClass { // yadda }; class inheritClass : public baseClass { // yadda };



LinkBack URL
About LinkBacks


