Page 1 of 1

1) Write an abstract class a ball. You must include 2 variables common to all balls, and at least one abstract method. T

Posted: Sun Jul 10, 2022 11:27 am
by answerhappygod
1) Write an abstract class a ball. You must include 2variables common to all balls, and at least one abstract method.Then, create two concrete subclasses of ball that define a specifictype of ball and override the abstract method.