コード例 #1
0
ファイル: mul_inh_4.cpp プロジェクト: denghongbo/2015
		void Print() {
			A1::Print();
			A2::Print();
			aa3.Print();
			cout<<"d="<<d<<endl;
		}