Flashcards, Again

Objective

Do Lab 09 again, except this time with your own classes and some extensions. You must represent an individual card with a class and a set of cards with a separate class using the first. Your sets of questions must have at least three questions. You should have one set for cards about objects and methods. You should pick your own topic for the other set of cards. You need to think about how to decompose the problem to use your own objects, which is the typical case for typical programming outside the lab. You must do this in an object-oriented style, so private member variables, accessors, etc. Your main() method should behave as follows:

Please upload your files. You should have one file for the FlashCards, another representing a set of Cards, and another with your main.

Lab Report Questions (use your lab partner’s lab 9 code if you did not do it)

1.      Compare your code for this lab to lab 9, especially with respect to organization and ease of modification.

2.      Is there more or less code for this lab with respect to the lab 9 code?