Posted on 10th September 2024|14 views
Define Empty Interface
Posted on 10th September 2024| views
The Interface in which we have zero methods is known as Empty Interface. Empty Interface contains every type of values.
Example:
Interface { statements; }