By-default all the methods & variables in class are private.
In C#.net Main() method is private then how compiler access this Main() Method out side the class because compiler is not part of our program then how compiler access this Main() method?
Here we loose our data abstraction property ? Can anyone put some light on it?