Click here to Skip to main content
15,881,139 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All....

sir i just give a interview on asp.net. in which this question ask that is write the program for calling methods of different interfaces in a single derived class.
i didnt know the answer... can you help me.........?
Posted

1 solution

If the interface implementation is implicit, you can just call the method.
If the interface implementation is explicit, you need to cast the class to that interface an call the method of the interface.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900