C# MCQ Set 1 1. Which statement correctly defines Interfaces in C#.NET? a) Interfaces cannot be inherited b) Interfaces consists of data static in nature and static methods c) Interfaces consists of only method declaration d) None of the mentioned AnswerAnswer: d [Reason:] Leaving all options only option ‘a’ is correct as interfaces can be…