Question: solve in c++ Develop class Polynomial. The internal Each term contains a coefficient and an representation of a Polynomial is an array of terms. the

solve in c++
Develop class Polynomial. The internal Each term contains a coefficient and an representation of a Polynomial is an array of terms. the exponent 4. Develop a complete exponent, e.g., the term 2X has the coefficient 2 and functions as well as set and get funclass containing proper constructor and destructor overloaded operator capabilities: a) Overload the addition operator (+) to add two Polynomials. d) Overload the increment operator (t+) which increase the exponent member by 1 . d) Overload the insertion (
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
