interface a { void add(); } interface b { void add(); } class s : a, b { public void add() { } } 问题:请看标题,
请发表下自己的见解。
FFIVE
相关分类