CIS 3142
Programming Paradigms in C++
Exam #2 Topic List


The Structure of the Exam

The exam is cumulative in the sense of you writing code in C++, but focuses on the material covered since the last exam, and in particular will concentrate on Labs 4-7, i.e., asking you to write code either directly or very similar to those programs.

Parameter and Return-Value Transmission

Separate Compilation

Classes

Operator Overloading

Miscellaneous