Qus:    What is Interface in .Net?
Dec 14, 2020 12:40 2 Answers Views: 547 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 07:55
Answer:   Interface is a type which contains only the signatures of methods, delegates or events, it has no implementation.

DIVYA Dec 15, 2020 08: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 course is right for you?

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


Let`s Connect