Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. //********************************************************************************************
  2. //Program Name: Sphere.java
  3. //Author: Linn McKee
  4. //Description: Parent Class for Shapes program.
  5. //********************************************************************************************
  6.  
  7. public abstract class Sphere extends Shapes
  8. {
  9. //----------------------------------------------------------------------------------------
  10. // Constructor
  11. //----------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement