Posted on 1st June 2020|14 views
Define Empty Interface
Posted on 16th September 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; }