Java

Topic: Abstract Class and Interfaces

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.

Browse random answers: