GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  C#

 Print  |  
Question:  What is the default access specifier for a Top Level Class,which are not nested into another classes



August 08, 2008 10:11:02 #5
 tausif_thakur   Member Since: August 2008    Total Comments: 1 

RE: What is the default access specifier for a Top Level Class,which are not nested into another classes
 
Access Specifier for a Top Level Class is: Internal bcuz scope of tha class is limited within a application.
     

 

Back To Question