Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C# Programming
»
Interfaces
Which of the following statements is correct about an interface used in C#.NET?
If a class implements an interface partially, then it should be an abstract class.
A class cannot implement an interface partially.
An interface can contain static methods.
An interface can contain static data.
Multiple interface inheritance is not allowed.
Show Answer
Correct Answer:
If a class implements an interface partially, then it should be an abstract class.
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment