Which Statement Correctly Defines Interfaces In Cnet #412
Which statement correctly defines Interfaces in C#.NET?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Interfaces Introduction - Quiz No.1.
Which statement correctly defines Interfaces in C#.NET?
Interfaces cannot be inherited
Interfaces consists of data static in nature and static methods
Interfaces consists of only method declaration
None of the mentioned