At Westonci.ca, we connect you with the best answers from a community of experienced and knowledgeable individuals. Our platform offers a seamless experience for finding reliable answers from a network of experienced professionals. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

Java how to make a method from an interface.

Sagot :

Answer:

To access the interface methods, the interface must be "implemented" (kinda like inherited) by another class with the implements keyword (instead of extends). The body of the interface method is provided by the "implement" class:

Explanation:

Hope it help?