Problem
1. Like a rectangle, a parallelogram has opposite sides that are parallel, but it has a corner angle, theta (), that is less than 90 degrees. Discuss how you would add parallelograms to the class hierarchy for geometric shapes. Write a definition for class Parallelogram.
2. Explain what multiple inheritance means and what problem it introduces.