//Eg6-12.cpp #include using namespace std; class A { int x; public: A(int i=0) { x=i; cout << "A-----"<