Which two are valid representations of operations in UML?

Which two are valid representations of operations in UML? (Choose two.)

Which two are valid representations of operations in UML? (Choose two.)

A.
public void op(int param)

B.
+ int op(int param)

C.
+ op(param : int) : int

D.
– op(p : P) : P

E.
* op(param : int) : int



Leave a Reply 0

Your email address will not be published. Required fields are marked *