C++ assignment constructor

  • 2020-05-10 18:36:24
  • OfStack

1.

If there is an inheritance

operator=

Start by calling the assignment constructor base::operator= for the base class


Related articles: