Can a class implement two interfaces that each contains the same method sig-nature? Explain.
What will be an ideal response?
Yes. The class which implements an interface provides method implementations for each of the abstract methods defined in the interface. In satisfying the requirements for a method of one interface, it simultaneously satisfies the requirements for a method with the same signature in another interface.
Computer Science & Information Technology
You might also like to view...
AIR stands for:
A. Adobe Initiation Runner B. Airborn Internal Receiver C. Adobe Integrated Runtime D. After Integration Run
Computer Science & Information Technology
What must be tested to ensure compatibility exists for a WebApp?
What will be an ideal response?
Computer Science & Information Technology