Question: in class polynomial, instead of using array of terms, can you use a vector of tersm? this must be written on c++. Example Example 2

 in class polynomial, instead of using array of terms, can you in class polynomial, instead of using array of terms, can you use a vector of tersm? this must be written on c++.

Example Example 2 Polynomials class Term. The class contains evelop (1) A coefficient, and an exponent. E.g., term 2x 4 has the coefficient of2 and the exponent 4. (2) overload the output operator (KK) to properly display the term Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Develop a complete class containing proper constructor and destructor functions as well as set and get functions. The class should also provide the following overloaded operator capabilities: a) overload the addition operator to add two Polynomials. b) overload the assignment operator to assign one Polynomial to another. c) overload the addition assignment operator 0, subtraction assignment operator d) overload the output operator to properly display the polynomial Write a driver program. You feel free to define any Polynomial objects, and demonstrate you can use the operator overloading functions

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!