26.4.07

Method parameters in OCL

Given the following method signature:
acceptPlayer(p:Player)

Then p is the variable that pass into the method, and Player is the type of that variable.

No comments: