Skip to content

Homework 04 Given the class Point below, define a class Circle that represents a circle with a given center and radius. The Circle class should have an attribute named center as well as an integer radius The center is a point object, defined by the class Point. The class should also have these members: the constructor of the class, which should …

Notifications You must be signed in to change notification settings

micahhasdata/homework04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

About

Homework 04 Given the class Point below, define a class Circle that represents a circle with a given center and radius. The Circle class should have an attribute named center as well as an integer radius The center is a point object, defined by the class Point. The class should also have these members: the constructor of the class, which should …

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages