Which of the following statements correctly define about the implementation of interface?
A. The calls to implementation of interface methods are routed through a method table
B. A class which implements an interface can explicitly implement members of that interface
C. One interface can be implemented in another interface
D. None of the mentioned
Answer: Option A
Related Questions on Classes and Objects in C Sharp
A. A blueprint for creating objects
B. A method in C#
C. A variable in C#
D. A data type in C#
A. A method in C#
B. A variable in C#
C. An instance of a class
D. A data type in C#
A. public
B. private
C. protected
D. internal

Join The Discussion