130k views
2 votes
An interface can best be described as

User Miss Alena
by
7.5k points

2 Answers

3 votes

Answer:

Interfaces are used in Java to achieve abstraction. By using the implements keyword, a java class can implement an interface. In general terms, an interface can be defined as a container that stores the signatures of the methods to be implemented in the code segment.

User David North
by
8.4k points
5 votes
A bridge that allows two or more independent applications (sometimes built with very different programming languages) to share limited information back and fourth.
User August Miller
by
8.0k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.