Question: Create a single Java code file (Lab03.java) that contains: Three separate interfaces: One that uses unimplemented methods (just method prototypes) One that uses a

Create a single Java code file (Lab03.java) that contains: Three separate interfaces: One that uses unimplemented methods (just method prototypes) One that uses a default method or methods One that uses a static method Create your main class (Lab03) that implements ALL 3 of these interfaces. Write the implementation for the methods in the first interface mentioned above in your main method. Write the main method that uses all of the methods in the 3 interfaces. Hints *Use the class code as a guide to help you figure out how this all works. Do NOT copy the class code for the assignment. Come up with your own interface ideas but simply use class code as an outline for how the flow can go. Don't forget (in the main method) to create an object of the Lab03 class to access interface methods!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
