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


The Structure of the Exam

The exam is cumulative, but focuses on Lectures 7-9. Here is a detailed breakdown of the topics

Classes

Operator Overloading

Canonical form

You will NOT have to write any copy constructors or assignment operators for this exam (that'll come on the final); but you may have to read and answer questions on such code

Miscellaneous