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  >  Concepts  >  OOPS

 Print  |  
Question:  What is the use/advantage of function overloading

Answer: Please suggest use of FO


March 03, 2006 07:08:45 #4
 Malathi   Member Since: Visitor    Total Comments: N/A 

RE: What is the use/advantage of function overloading
 
function overloading is essential to allow the function name (for example the constructor) to be used with different argument types.
     

 

Back To Question