Functional Interface
Functional Interface
As we know interface is a blueprint of a class. It has static constants and abstract methods. A Functional Interface is an interface that only has one abstract method. Interface methods are by default public, and abstract. Thus ...
abhijeetbasfore26.hashnode.dev1 min read