Assignment 14
This assignment is worth 10 points.
Objectives
- When you finish this assignment you should be able to
- Correctly use terms associated with functions.
- Read chapters 8 and 9, Reread Chapter 4.6 and 4.7
- Define the following:
- Function interface.
- Encapsulation
- Functional Cohesion
- Local variable
- Scope
- Lifetime
- What is a value parameter?
- What is a reference parameter?
- How do value and reference parameters differ?
- When should a programmer use a reference parameter?