//fra.cpp -- by tsaiwn@csie.nctu.edu.tw #include using namespace std; class Student { int kk; public: Student( ) { kk=0; cout << "Bin\n"; } ~Student( ) { cout << "Hey.. "<