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



March 03, 2007 13:19:27 #8
 Uttam   Member Since: Visitor    Total Comments: N/A 

RE: difference between class and structure
 
In C++ thr is no difference in class and structure except that  in class by default scope is private but in structure its public...other than that no other difference.
     

 

Back To Question