Page 1 of 1

C++ Protected or Private

Posted: March 3rd, 2009, 8:34 am
by datachyld
When is the best time to use protected instead of private in an inheritance based OOP class program and when is it better to use private instead of protected?

Posted: April 10th, 2009, 6:06 pm
by kenziz
you could try to use this site:
Register to unlock hidden link
it talks about C++ and the discussions that people make and argue over, all of them are solid arguments, but the ultimate decision lies up to you and how heavy of a factor do you place on what you trust