◇■◇■現代魔法師の魔術方盒子■◇■◇
#include <iostream> using namespace std; class mother { public: void hello() { cout << "Hello." << endl; } }; class child : public mother { // }; void main() { child say; say.hello(); }
沒有留言:
張貼留言