calling operators of base class… safe? September 6, 2023 by Tarik This is fine, but it’s a lot more readable IMHO to call the base-class by name: Base::operator = (rhs);