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:  what is the difference between methods and functions




June 06, 2009 03:33:19 #4
 user   Member Since: May 2006    Total Comments: 1 

RE: what is the difference between methods and functions
 
Function have independent existence which means they are defined outside the class. Method do not have independent existence that means they are defined inside the class.
     

 

Back To Question