Skip to content

ShihabYasin/Geometric-Shapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geometric Shapes Factory Class Design

Description

A basic data model that will represent geometric shapes(circle, square and rectangle shapes).

  • Circle is defined by a single parameter representing radius.
  • Square is also defined by a single parameter representing edge size.
  • Rectangle is defined by two parameters representing size of each edge.

Automatic Testing & Some Usage Idea:

See files under tests directory.

About

A basic data model for geometric shapes.

Topics

Resources

License

Stars

Watchers

Forks