/* * Ball.cpp * * This file provides you with the general structure needed for you to * provide implementations for the methods in class Ball. * */ #include "ball.h" #include using namespace std; // All of the method bodies for class Ball can be defined below