1. public class GoTest { 2. public static void main(String[] args) { 3. Sente a = new Sente(); a.go(); 4. Goban b = new Goban(); b.go(); 5. Stone c = new Stone(); c.go(); 6. } 7. } 8. 9. class Sente implements Go { 10. public void go() { System.out.println(”go in Sente.”); } 11. } 12. 13. class Goban extends Sente { 14. public void go() { System.out.println(”go in Goban”); } 15. } 16. 17. class Stone extends Goban implements Go { } 18. 19. interface Go { public void go(); } What is the result?() 正确。 错误。
唐传奇 正确。 错误。
无论在什么情况下,从业人员在面对客户时,都必须保持热诚,无论多么不利,也要说实话。 正确。 错误。
在长期中,下列成本中哪一项是不存在的() 正确。 错误。
甲、乙、丙三人犯有共同盗窃罪,在诉讼中,甲供述了盗窃罪后,又揭发乙曾单独在盗窃后实施了强奸罪,另外,还揭发丙曾犯有诈骗罪。经查证,甲揭发乙、丙二人的犯罪事实属实,甲都未参与实施。甲的揭发是否属于犯罪嫌疑人、被告人的供述和辩解? 正确。 错误。
在商谈中打断别人的话是种大忌。