Computer Science, asked by masskishore5727, 10 months ago

Explain Interfaces in C# with example.

Answers

Answered by Anonymous
0

Its members are implemented by any class or struct that implements the interface. Interfaces can contain events, indexers, methods, and properties. Interfaces contain no implementation of methods. ... A class can inherit a base class and also implement one or more interfaces.

Similar questions