Interview Question
Qus: What is Interface in .Net?
An interface looks like a class that can have a set of properties, methods, events and indexers, but has no implementation.
Answers (2)
An interface looks like a class that can have a set of properties, methods, events and indexers, but has no implementation.