Designed for use with GitHub Classroom and GatorGrader, this repository contains the solution for a laboratory assignment in an introductory computer science class that uses the Java programming ...
Task 1: Refactor the Rectangle class in the shapes package as follows: Extend the class from an abstract parent class Shapes Migrate as many methods and fields as possible to Shapes. Test by writing a ...