Qus:    What is Interface in .Net?
Dec 14, 2020 18:40 DotNet 2 Answers Views: 1060 FRAUSKY

 An interface looks like a class that can have a set of properties, methods, events and indexers, but has no implementation.

Prev Next
Answers (2)
PARTH Dec 15, 2020 13:55
Answer:   Interface is a type which contains only the signatures of methods, delegates or events, it has no implementation.

DIVYA Dec 15, 2020 14:09
Answer:   An interface looks like a class that can have a set of properties, methods, events and indexers, but has no implementation.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect