Vidyalelo
C# Programming · Q195

Classes and Objects in C Sharp

Programming · C# Programming · question 195

Q195

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
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board