Recent content by thekarun
-
T
C# What is the default access specifier in c#
refer to this http://msdn.microsoft.com/en-us/library/ba0a1yw2%28VS.80%29.aspx Top-level types, which are not nested into other types, can only have internal or public accessibility. The default accessibility for these types is internal.- thekarun
- Post #4
- Forum: Programming and Computer Science