Question: C++ PROGRAMMING Find the error(s) in the following code: class discover {public: discover operator+(const discovers a, const discovers b); //Returns the object containing the //sum
C++ PROGRAMMING

Find the error(s) in the following code: class discover {public: discover operator+(const discovers a, const discovers b); //Returns the object containing the //sum of the corresponding members //of the objects a and b. discover(); discover(int, int); private; int first; int second;}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
