1. Compare and contrast constructors and destructors. Provide an example class that includes both a constructor and a destructor function.
2. For a multifile project that contains just one class, list and describe each of the files that would be required to implement and test the functions of the class.
3. Explain how access privileges affect members of the derived class and the objects created from them.