What is meant by "Abstract Interface"?

Q

What is meant by "Abstract Interface"?

✍: Guest

A

First, 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.

2013-04-06, 1930👍, 0💬