I have a class for polynomials. Function of + overloading works but I couldn’t use = overloading function because of exception! I debugged the program and saw exception is in destructor, I don’t know how to fix it!I have a class for polynomials. Function of + o