What is meant by "Abstract Interface"? - JAVA Interview Questions

What is meant by "Abstract Interface"?


Firstly, an interface is abstract. That means you cannot have any implementation in an interface.
All the methods declared in an interface are abstract methods or signatures of the methods.



Click Here to See Answer .....
Did you like this article ?
Subscribe to my RSS feed and get more JAVA Question, and Guideline, Plus a lot more great advice to help your Software Career.

1 comments:

we love technology said...

I am confused it. Not clear.

Related JAVA Questions Posts