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


May 05, 2007 05:00:07 #8
 Dhananjoy Chakraborty   Member Since: Visitor    Total Comments: N/A 

RE: What is the use/advantage of function overloading
 
Function overloading exhibits the behavior of polymorphism which helps to get different behaviour, although there will be some link using same name of function. Another powerful use is constructor overloading , which helps to create objects differently and it also helps a lot in inheritance.
     

 

Back To Question