Please enable JavaScript.
Coggle requires JavaScript to display documents.
METHODS AND DATA, Parameters, Method call, Variables & Data Input, To…
METHODS AND DATA
Methods
-
-
purpose
To provide a mechanism for accessing (for both reading and writing) the private data stored in an object or a class
-
Methods in Alice 3
-
User-Defined– not yet exist, additional method by the programmer
-
-
Methods & Arguments
When programmers execute a method, they commonly say that they are calling the method.
When you call a method and provide any necessary arguments, it is called passing the arguments to the method.
-
-
Parameters
-
-
Parameter Variables - is used to hold an argument that is passed to a method when the method is called.
-
-
-
-
-