Question: any help on java questions please and thank youu The verb drive has many different meanings in the English language, but one of the main

The verb "drive" has many different meanings in the English language, but one of the main ones is: "To direct the motions and course of something"! Based on this definition of "drive" many very different objects could be subject to actions that would constitute driving. Your task is to: 1. Define a Java interface called Drive, with at least three different methods (your choice as to what these methods are, but they must reasonably relate to driving). The interface must: a. Have at least one method returning a value b. Have at least one method using a formal parameter C. 2. Have javadoc comments Implement two classes, which must be unrelated (l.e., not subclasses of each other) that both implement the Interface Drive. For these classes you must provide only the specification consisting of: a. Class header b. Headers for the mandatory methods; these methods do not require code, but should include a text comment indicating what the implemented method would do, and explaining how the parameter (if any) is used. C. Javadoc comments Important note: you cannot use any code generators, or programs found online (even if you modify them). Doing so will result in a grade of 0 and potentially academic integrity proceedings. The program you write must be entered in the answer box of the question. No other submission method is acceptable.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
