Analyze the Shape Manager class and the interface it uses, Area Calculator. Analyze the Shape class hierarchy, used to represent a limited set of shapes. Analyze the enum named Measuring Unit, used to represent the shape sides’ unit of measurement .
GMU Fall 2022 – CS 211 – Exercise 2 Objective The purpose of this assignment is to practice enums, exceptions, and unit testing. You will implement and modify a few classes that solve a programming task, and then you will write a small tester to test your code. No tester will be provided for this […]