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



June 06, 2008 10:12:57 #9
 lotus08   Member Since: June 2008    Total Comments: 1 

RE: difference between class and structure
 
structure is a collection of data and class is a collection of data and functions.by defalut struct is public whereas class is private
     

 

Back To Question