Antra interview question

What is interface in java

Interview Answer

Anonymous

May 15, 2020

Interface is a type of class. It is used to establish contract for service which would be implemented by any concrete derived class.