Challenge: Abstract Classes and Methods
Try to create an abstract class and make the child classes inherit from that abstract class.
We'll cover the following...
Task
- Create an abstract class named
Try to create an abstract class and make the child classes inherit from that abstract class.