Consider the following class definition:
class aClass{public:void print ( ) const;void set(int, int);aClass ( );aClass (int, int);private:int u;int v;};What is wrong with the following class definitions?
a.
class bClass public aClass{public:void print ( );void set (int, int, int);private:int z;};b.
class cClass: public aClass{public:void print( );int sum ( );cClass ( );cClass(int);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.