What is an Interface?
Answers
Answered by
1
Answer:
Think of an interface as a "face-to-face," a place where things, or people, or people and things (like you and your computer) meet. Any common boundary or area of convergence can be an interface. Used as a verb, interface means to merge or mingle, bonding and synthesizing by communicating and working together.
Answered by
0
Answer:
If you are asking for java interface then the interface in Java is a mechanism to achieve abstraction. There can be only abstract methods in the Java interface, not method body. It is used to achieve abstraction and multiple inheritance in Java.
Similar questions