Skip to content

USF-CS601-Fall20/project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 2: Shape Sorter

Due: September 25, 2020

For this assignment, you will design and implement:

  • a hierarchy of classes representing several 2D and 3D shapes,
  • classes that implement Comparator interface and compare shapes based on name, area, perimeter or volume,
  • ShaperSorter class that stores and sorts shapes, and outputs the results to the file.

You will also write several JUnit tests to test methods in these classes. You will practice:

  • Using abstract classes, inheritance and polymorphism
  • Implementing Comparator interface
  • File input/output
  • Writing JUnit tests

For full description of the project, please see the pdf posted on Canvas.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages