Home »
MCQs »
C# MCQs
Which of the following cannot be used to declare an interface in C#?
87. Which of the following cannot be used to declare an interface in C#?
- Methods
- Properties
- Events
- Structures
Answer: D) Structures
Explanation:
In C#, to declare an interface – we cannot use structures.