A.类rectangle的私有派生类是location
B.类rectangle中的public成员在类location中是私有的
C.类location中的public成员在类rectangle中是不可访问的
D.viod f(){Rectangle r; int X=r.GetX();} 其中int X=r.GetX();是非法语句
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索