Class | Description |
---|---|
Circle |
Content originated from Kushagra Tiwary, 10/30/2016
Modified by garethhalladay on 9/13/17
Use point1.distance(point2) to find the distance between two Point objects.
|
Point |
Content originated from Kushagra Tiwary, 10/30/2016
Modified by garethhalladay on 9/12/17
|
Rectangle |
Content originated from Kushagra Tiwary, 10/30/2016
Modified by garethhalladay on 9/12/17
Use point1.distance(point2) to find the distance between two Point objects.
|
Shape |
Content originated from Kushagra Tiwary, 10/30/2016
Modified by garethhalladay on 9/12/17
An abstract class may contain one or more abstract methods and may also contain
non-abstract methods.
|
TestProgram |
Content originated from Kushagra Tiwary, 10/30/2016
Modified by garethhalladay, 19/13/2017
|
Triangle |
Content originated from Kushagra Tiwary, 10/30/2016
Modified by garethhalladay on 9/12/17
Use point1.distance(point2) to find the distance between two Point objects.
|