DEV Community

Ranjith Ranjith
Ranjith Ranjith

Posted on

INTERFACE

What is interface :
Interface is tha contract.
Tha key word is assosiated with interface is implements
Interface is tha 100% abstract. That means. Each and every methods in an interface is tha abstract.

Top comments (0)