CSC 509 Milestone 3
Refined Initial Design and
View Design
ISSUED: Monday, 31 January 2000
Work on the following tasks:
public class ClassC {
    ...
    public ReturnType functionF(ParmType1 parm1, ..., ParmTypeN parmN) {
        System.out.println("In ClassC.functionF");
        return null;   // or an appropriate null atomic value
    }
    ...
}