a) Interface is a class
b) Interface acts as a bridge between class and the outside world
c) Interface is a layout file
d) All of the above
b) Interface acts as a bridge between class and the outside world
Explanation: Interface is a collection of methods and constants. Its more like a blueprint of a class