问题 更新时间2023/4/3 12:59:00 如果有一个对象象myListenerr((其中中myListenerr对象实现了了ActionListenerr接口),下列哪条语句使得得myListenerr对象能够接受处理来自于于smallButtonn按钮对象的动作A.smallButton.add(myListener);B.smallButton.addListener(myListener);C.smallButton.addActionListener(myListener);D.smallButton.addItem(myListener); 答案 登录 注册 参考答案:C 出自:联大 >> 河南财经政法大学JAVA面向对象设计