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

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.

answered
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.
answered
User August Miller
by
8.0k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.