1.

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 mentionedI have been asked this question in an interview for job.The doubt is from Interfaces Introduction in section Object Oriented Concepts of C#

Answer»

Right answer is (a) The CALLS to IMPLEMENTATION of interface METHODS are ROUTED through a method table

Explanation: None.



Discussion

No Comment Found

Related InterviewSolutions