How many types of interface are there in c#?



How many types of interface are there in c#?..

Answer / Rahul Chanpuriya

C# supports two types of interfaces: interface types and event interfaces. An interface type defines a contract that a class must implement, while an event interface is used to define custom events.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What do u mean by delegation?

1 Answers  


Can you prevent a class from being instantiated?

1 Answers  


Enlist some of the properties of a thread class?

1 Answers  


Can you describe iuknown interface in short?

1 Answers  


Can abstract class have constructor in c#?

1 Answers  


What is dynamic object in c#?

1 Answers  


Why do we need indexers in c#?

1 Answers  


What namespaces are necessary to create a localized application?

2 Answers  


C# called c sharp why?

1 Answers  


What is the difference between namespace and class?

1 Answers  


Can u create multiple threads of execution ?

1 Answers   IBM, ITC Infotech, UHU,


Which constructor is called first in c#?

1 Answers  


Categories