employer cover photo
employer logo
employer logo

FreshWorks Studio

Is this your company?

FreshWorks Studio Interview Question

What is an interface?

Interview Answer

Anonymous

Aug 13, 2018

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.