IT SOLUTIONS
Your TECHNOLOGY partner! 
-Collapse +Expand
Coder
Search Coder Group:

Advanced
-Collapse +Expand Coder Group Home
-Collapse +Expand Message Board
-Collapse +Expand Coder KB
-Collapse +Expand Coder Study Test
PRESTWOODCERTIFIED
-Collapse +Expand Coder Store
PRESTWOODSTORE
-Collapse +Expand Members Only

Prestwood eMagazine

May Edition
Subscribe now! It's Free!
Enter your email:

   ► KBRole-Based T...Coding & OOGeneral Codi...     Print This   
Go To Random Article
  From the January 2010 Issue of Prestwood eMag
 
Coder General Coding Concepts:
Overloading
 
Posted 55 months ago on 10/30/2008 and updated 2/13/2009
Take Away:

Types of overloading include method overloading and operator overloading.

Method Overloading is where different functions with the same name are invoked based on the data types of the parameters passed or the number of parameters. Method overloading is a type of polymorphism and is also known as Parametric Polymorphism.

Operater Overloading allows an operator to behave differently based on the types of values used. For example, in some languages the + operator is used both to add numbers and to concatenate strings. Custom operator overloading is sometimes referred to as ad-hoc polymorphism.

Coder Definition Flashcard:
 A flashcard from our Coder Flashcards Library
 A definition from our Coder Definitions Page


Overloading -

Types of overloading include method overloading and operator overloading.

Method Overloading is where different functions with the same name are invoked based on the data types of the parameters passed or the number of parameters. Method overloading is a type of polymorphism and is also known as Parametric Polymorphism.

Operater Overloading allows an operator to behave differently based on the types of values used. For example, in some languages the + operator is used both to add numbers and to concatenate strings. Custom operator overloading is sometimes referred to as ad-hoc polymorphism.


When to Overload

Consider overloading a method when several methods conceptually do the same thing but require a different number and/or different parameter types. Do not use overloading when two methods do conceptually diffrent things.

Method Overloading

Where different functions with the same name are invoked based on the data types of the parameters passed or the number of parameters. In various languages you can overload functions, procedures, constructors, and destructors. Method overloading is a type of polymorphism and is also known as Parametric Polymorphism.

Operater Overloading

Allows an operator to behave differently based on the types of values used. For example, in some languages the + operator is used both to add numbers (2+2=4) and to concatenate strings ("Mike" + " " + "Prestwood"="Mike Prestwood"). If a language supports developer defined operator overloading, then your custom operator overloading is sometimes referred to as ad-hoc polymorphism.

More Info

Code:  ASP Classic Overloading (Not Supported)
Code:  C# Overloading (implicit)
Code:  C++ Overloading
Code:  Delphi Overloading (overload)
Code:  Delphi Prism Overloading (implicit)
Code:  Java Overloading
Code:  JavaScript Overloading
Code:  ObjectPAL Overloading
Code:  Perl Overloading
Code:  PHP Overloading
Code:  VB Classic Overloading (Not Supported)
Code:  VB.Net Overloading (Overloads, or implicit)

Comments

0 Comments.
Share a thought or comment...
 
Write a Comment...
Full Editor
Sign in...

If you are a member, Sign In. Or, you can Create a Free account now.


Anonymous Post:

Enter your name and security key.

Your Name:
Today's security key = P235A
Enter key:
Definition Contributed By Mike Prestwood:

Mike Prestwood is a drummer, an author, and creator of the PrestwoodBoards online community. He is the President & CEO of Prestwood IT Solutions. Prestwood IT provides Coding, Website, and Computer Tech services. Mike has authored 6 computer books and over 1,200 articles. As a drummer, he maintains play-drums.com and has authored 3 drum books. If you have a project you wish to discuss with Mike, you can send him a private message through his PrestwoodBoards home page or call him 9AM to 4PM PST at 916-726-5675 x205.


 KB Article #101457 Counter
4803
Since 10/30/2008
-
  Load Time=1 seconds.
 
Print This

KB Post Options:
-
 
Have a question? Need our services? Contact us now.
--Mike Prestwood

Call: 916-726-5675

email: info@prestwood.com


640 People Online Now!!  
Online Now: Sign In to see who's online now!  Not a member? Join now. It's free!
Show More...


©1995-2013 PrestwoodBoards  [Security & Privacy]
Professional IT Services: Coding | Websites | Computer Tech