Which Of The Following Statements Correctly Define About The #415
Which of the following statements correctly define about the implementation of interface?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Interfaces Introduction - Quiz No.1.
Which of the following statements correctly define about the implementation of interface?
The calls to implementation of interface methods are routed through a method table
A class which implements an interface can explicitly implement members of that interface
One interface can be implemented in another interface
None of the mentioned