Question: Java Abstract Classes and Methods Outcome: Show that you are able to: demonstrate the ability to create abstract classes demonstrate the ability to create abstract
Java Abstract Classes and Methods
Outcome:
Show that you are able to:
demonstrate the ability to create abstract classes
demonstrate the ability to create abstract methods
demonstrate the ability to understand that an abstract class can have both concrete and abstract methods
understand that abstract classes cannot be instantiated
understand that you cannot have an object of type abstract class
understand that the purpose of an abstract class is to impose rules on all child classes.
You are to make up your own theme for this assignment, make it simple to be used as an example to teach others.
You are to make up your own classes for this assignment, again, make it simple to be used as an example to teach others.
You are to create an Abstract Class with Abstract Methods, a class that uses the abstract methods and a test class
You are to create all necessary setters, getters, constructors and methods.
You are to create a reasonable test case
YOU CANNOT:
Use global variables, word goto, the break command outside a case statement
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
