Correct Answer: An interface contains only the signatures of methods, delegates or events.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
C# Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More C# MCQ Questions
The C# statement: using System; means...
If you are overloading methods in a class the methods must have...
var x = default(DateTime); What is the expected value of 'x'?
When the protected modifier is used on a class member,
Which classes are provided in C# for navigating through an XML file?
How does the async keyword work?
Which choice best describes a deadlock situation?
What is the difference between a.Equals(b) and a == b?
When would you use a Dictionary rather that an Array type in your application?
What is the difference between an anonymous type and a regular data type?