Question: b)Read the following program, identify the errors of it and correct them 14) 1/* Polymorphism with pointer */ 1 2 3 class Point 5 private:


b)Read the following program, identify the errors of it and correct them 14) 1/* Polymorphism with pointer */ 1 2 3 class Point 5 private: int x,y,z; 7 7 public: Point (int a-o, int b-0,int c-0) 9 10 void setXYZ (int a, int b, int c) 12 void display ) 13
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
