In C++, what is the difference between the access modifiers private and protected?
read responses...
In C++, what is the difference between the access modifiers private and protected?
When (and why) should a destructor be declared as virtual?