PPT Slide
Pseudocode has 3 basic kinds of parameters:
You choose between them as appropriate.
Java provides two kinds of parameters:
pass-by-value (or pbV): for passing primitives.
pass-by-constant-reference (or pbCR): for passing objects.
- The compiler chooses for you based
- In Java, you have no choice.