Page 1 of 1

Which statement correctly defines Interfaces in C#.NET?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
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