Chemistry, asked by Anonymous, 2 months ago

what is interface ?? ​

Answers

Answered by MadhushreeDey794
2

Explanation:

An interface in the Java programming language is an abstract type that is used to specify a behavior that classes must implement. They are similar to protocols. Interfaces are declared using the interface keyword, and may only contain method signature and constant declarations.

Answered by praseethanerthethil
1

Answer:

An interface in the Java programming language is an abstract type that is used to specify a behavior that classes must implement. They are similar to protocols. Interfaces are declared using the interface keyword, and may only contain method signature and constant declarations

Similar questions