Program Description: The Shape class is a general blueprint of what properties a general shape should have. All classes under the Shape class also takes in the properties Shape has but will also have its own specific properties that differentiate itself from others and from Shape. Line8B has more specific properties such as having two points that will connect to draw a line. Circle8B has a center point where it will draw a circle from it with a given radius. Square takes in a set of coordinates that would be the upperLeft corner of the square and draw out the rest of the square using the given side length. Triangle takes in three points and connect the three points.
-
Notifications
You must be signed in to change notification settings - Fork 0
vchen22/Shapes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Drawing Shapes and Fibonacci Recursion
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published