Question: Write a program in Java to demonstrate the following: Write a program by using java language #Question: Create three interfaces, each with two methods. Inherit
Write a program in Java to demonstrate the following:
Write a program by using java language
#Question:
Create three interfaces, each with two methods.
Inherit a new interface from the three, adding a new method.
Create a class by implementing the new interface and also inheriting from a concrete class.
In main( ), create an object of your class and call the methods.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
