T
Tony Johansson
Hello!!
Does anybody know what this mean
If the base class defines a private overloaded assignment operator, the
derived class must define this operator also.
I know this about inheritance and assignment operator so the above row
doesn't fit in my understanding.
If you have inheritance you must always define the assignment operator for
each class and call the base class for each subclass.
//Tony
Does anybody know what this mean
If the base class defines a private overloaded assignment operator, the
derived class must define this operator also.
I know this about inheritance and assignment operator so the above row
doesn't fit in my understanding.
If you have inheritance you must always define the assignment operator for
each class and call the base class for each subclass.
//Tony