Click here to Skip to main content
15,897,968 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi all,

Can any one tell me what is the difference between the explicit and implicit calling of a method?
Like when we put cursor and press ِAlt+Shift+F10 on the Interface we will be able to see the two options.See this example
C#
class TestInterface : IFirst, ISecond
   {
       static void Main(string[] args)
       {

       }
   }
Posted
Updated 27-Sep-11 1:58am
v2

1 solution

 
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