| Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
|
|||||
An example of this would be a square function which takes a number and returns the square of that number. In this case, it is necessary to create different functions for integer and floating point.
Method overloading is usually associated with statically-typed programming languages which enforce type checking in function calls.