This project answers to the exercise- Questions and Exercise: Object-Oriented Programming Concepts, found on https://docs.oracle.com/javase/tutorial/java/concepts/QandE/questions.html
The exercise statement is as follows:
- Create new classes for each real-world object that you observed at the beginning of this trail. Refer to the Bicycle class if you forget the required syntax.
- For each new class that you've created above, create an interface that defines its behavior, then require your class to implement it. Omit one or two methods and try compiling. What does the error look like?
I am ppersonally undertaking this project in order to practice and groom Java object-oriented programming skills,in my pursuit for work readiness.