Posted on 2nd July 2025|14 views
Define Empty Interface
Posted on 2nd July 2025| views
The Interface in which we have zero methods is known as Empty Interface. Empty Interface contains every type of values.
Example:
Interface { statements; }