#include using namespace std; class father { public: void set(int x,int y) { a=x; b=y; } void show() { cout<