Assignment 14

This assignment is worth 10 points.

Objectives

  1. Read chapters 8 and 9, Reread Chapter 4.6 and 4.7
  2. Define the following:
    1. Function interface.
    2. Encapsulation
    3. Functional Cohesion
    4. Local variable
    5. Scope
    6. Lifetime
  3. What is a value parameter?
  4. What is a reference parameter?
  5. How do value and reference parameters differ?
  6. When should a programmer use a reference parameter?