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
The question was posed to me during an online exam.
I would like to ask this question from Interfaces Introduction topic in section Object Oriented Concepts of C#