Assignments

Assignment 1

  • Assignment 1 (doc)
    Design and implement an ISBN class. Among other things,an object of this class should be able to check its own validity.

Assignment 1 Student Work



Assignment 2

  • Assignment 2 (doc)
    Design and implement a visual tool that interacts with the user to demonstrate how different derivations (public/protected/private) within an inheritance hierarchy will affect the inherited members in the derived class.

Assignment 2 Student Work



Assignment 3

  • Assignment 3 (doc)
    Redo Assignment 2 using MFC. Your 'visualizer' should work for a inheritance hierarchy atleast two levels deep. You can work in pairs for this assignment.

Assignment 3 Student Work