Advantages of function overloading

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amoldiego
    New Member
    • Jun 2007
    • 28

    Advantages of function overloading

    Could you please tell practicle advantages of function overloading.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    so that the same function can be used for different data types ,returning more than one data type.

    Comment

    • amoldiego
      New Member
      • Jun 2007
      • 28

      #3
      Thanks .... how overloading has advantage for Version management....

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        When ever some new features are added in the new version, function over loading can be used to add a new function with support for new version without disturbing the existing functions with features of previous version.

        Comment

        • amoldiego
          New Member
          • Jun 2007
          • 28

          #5
          Thanks buddy ... thanks for ur help.

          Comment

          Working...