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
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