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#?

  1. Methods
  2. Properties
  3. Events
  4. Structures

Answer: D) Structures

Explanation:

In C#, to declare an interface – we cannot use structures.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.