struct A{};class B : A{}; //private继承struct C : B{}; //public继承 ... 我依旧将struct里的变量叫数据,class内的变量叫成员,虽然它们并无 ...
確定! 回上一頁