What is an interface?
Anonymous
An interface is like a contract. It contains method definitions. If a class were to implement that interface, it would "sign" the contract and have to contain the methods that were defined in the interface.
Check out your Company Bowl for anonymous work chats.