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  >  Placement Papers  >  TCS  >  C

 Print  |  
Question:  difference between class and structure



February 02, 2006 15:56:10 #1
 laxmikanth   Member Since: Visitor    Total Comments: N/A 

RE: difference between class and structure
 

ans for this question is simple and it is:

There is no much difference between a class and a structure and the slight difference is the default scope of class is private where as the default scope of structure is global.

     

 

Back To Question