Multiple Choice
Which of the following statements is correct about an interface?
A) One interface can be implemented in another interface.
B) An interface can be implemented by multiple classes in the same program.
C) A class that implements an interface can explicitly implement members of that interface.
D) The functions declared in an interface have a body.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: The scope of a variable depends on
Q6: _ is a set of devices through
Q7: The controls available in the tool box
Q8: A class implements two interfaces each containing
Q9: Which of the following statements is correct
Q11: The reason that C# does not support
Q12: How many enumerators will exist if four
Q13: C# supports a technique known as_, which
Q14: Which namespace includes most of the Control
Q15: Suppose a Generic class called SortObjects is