interface A{ int x = 0 } class B{ int x =1 } class C extends B implements A { public void pX(){ System.out.println(x) } public static void main(String[] args) { new C().pX() } }
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
皮皮学刷刷变学霸
举一反三
【单选题】What’s the story mainly about?
A.
the story gives an account of a young man’s first brush with banking.
B.
the story tells us how to avoid silly mistakes in banking.
C.
the story focuses on a young man’s improper behavior in the bank.
D.
the story tries to persuade us to stay away from the bank.