Page 1 of 1

Which of the following statements correctly define about the implementation of interface?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
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