plz help me to solve it
develop class polynomial.The internal representation of a polynomia is an array of terms.each term contains a co-efficient and an exponet.The term 2x ki power 4 has the coefficient 2 and the exponent 4. Develop a complete that class containing proper constructor and destructorfunctions as well as set and get functions.The class should also provide the following overloaded operator capabilities:
1- overloaded the addition operator(+) to addtwo polynomials.
2-overloaded the subtraction operator(-) to subtract two polynomials.
3- overloaded the multiplication operator(*) to multiply two polynomials.
i'm waiting 4 ur response....???????
|