abstract base class - private members?

Hey folks

one question:

if i make an abstract baseclass... then all the private members in that class is totally useless and unable to reach/modify or do anything with them, right?

just need to know if im right
Not if the abstract base class has public or protected member functions that use the private members.
Last edited on
Topic archived. No new replies allowed.