本文共 180 字,大约阅读时间需要 1 分钟。
#include using namespace std ; class Animal{ private: int age ; protected: int id ; public: int Height ; void Say_hi(void) { cout << "this is hello" <
运行结果: