列表

详情


如下所示的序列图中(  )表示返回消息,Accunt类必须实现的方法有(  )。

 

第 1 问

A. tansID

B. balance

C. withdraw

D. deposit

第 2 问

A. start()

B. checkBalance()和withdraw()

C. deposit()

D. checkBalance()、withdraw()和deposit()

参考答案: B D

详细解析:

UML序列图中,返回消息使用虚线带箭头表示,同步消息(调用消息)使用实线带实心箭头表示,异步消息使用实线带箭头表示。
由图示,Accunt应该实现checkBalance()、withdraw()和deposit()方法。


上一题