| Author |
operation parameters - uml question
|
Todd Newbold
Ranch Hand
Joined: Sep 20, 2001
Posts: 85
|
posted

0
|
What are the definitions of A,B, C, D A operation(B)(:C){D} I beleive A = return type B = parameter type C = ??? D = parameter String
|
 |
Todd Newbold
Ranch Hand
Joined: Sep 20, 2001
Posts: 85
|
posted

0
|
[visibility] name [(parameter-list)] [: return-type] [{property-string}] therefore A=visibility B=parameter C=return type D=property string
|
 |
Todd Newbold
Ranch Hand
Joined: Sep 20, 2001
Posts: 85
|
posted

0
|
attribute parameters ---- visibility name : type-expression = initial-value { property-string }
|
 |
Ram Dhan Yadav K
Ranch Hand
Joined: Aug 13, 2001
Posts: 321
|
|
Hi Todd, Whats this ABCD about and what the question? Ramdhan YK
|
Ram Dhan Yadav (SCJP, SCWCD, SCJA-I, IBM EC(483))
"We are what we repeatedly do. Excellence, then, is not an act, but a habit."
|
 |
ersin eser
Ranch Hand
Joined: Feb 22, 2001
Posts: 1072
|
|
positional
|
 |
 |
|
|
subject: operation parameters - uml question
|
|
|