CS 3304: Comparative Languages
Subprograms
[
Course Documents
] : [
Subprograms
]
Previous
Contents
Next
Keyword Index
Overloading
An
overloaded subprogram
is one that has the same name as another subprogram in the same referencing environment
C++ and Ada have overloaded subprograms built-in, and users can write their own overloaded subprograms