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
AnswerB.
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