protect data member of public base classThe base class is from a package I cannot modify. John Boncek
protect data member of public base classIs there a way to protect a data member of a public base class from use by users of the derived clas...