View Single Post
  #1 (permalink)  
Old August 16th, 2012, 09:36 AM
temi temi is offline
Registered User
 
Join Date: Aug 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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....???????
Reply With Quote