You are on page 1of 1

Subject : Object Oriented Programming Instructor : Samabia Tehseen Assignment # 2 Assigned To : BEE-3B Submission date : 23 Nov 2011 Note:

Copy-Cases will not be entertained and will be dealt with strict penalties. Develop class Exponential. This class has two data members, base and exp. 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 exponential numbers. b. Overload the assignment operator to assign one Polynomial to another. c. Overload the multiplication operator (*) to multiply two Polynomials.

You might also like