|  | |  |  | Identify all the members of the following class xyz: 
 class xyz
 {
 int x,y;
 public:
 xyz();
 void calc(int a, int b);
 void output_calc(void);
 };
 
 Options
 
 a)	Data members x and y
 b)	Data members x and y, Constructor, and member functions c...
 |  | Posted By:Brand Fischer      Posted On: Jun 16 | 
 |