If base declares operator=() as private, is it possible for the
derived class to declare operator=() as public and allow assignment
access for it?
If no, why is it restricted so?
derived class to declare operator=() as public and allow assignment
access for it?
If no, why is it restricted so?
Comment