Which statement correctly defines Interfaces in C#.NET?
Posted: Wed Jul 13, 2022 7:56 pm
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
b) Interfaces consists of data static in nature and static methods
c) Interfaces consists of only method declaration
d) None of the mentioned