Chef and Waiter Classes


Code the Chef and Waiter classes described in the previous section

Shape Class Hierarchy (Tree)


Given this class hierarchy (tree):

	Shape
		Rectangle
			Square
		RightTriangle


Here is our problem write-up:


Implement Shape, Rectangle, Square, RightTriangle