Friday 25 May 2012

How the concept of overloading is implemented within a package? | PL SQL

 PL/SQL allows you to overload the subprogram names and type methods. The package can include subprograms that have the same name as long as they have different formal parameters.
PL/SQL determines which subprogram to be called depending on the formal parameters. In PI/SQL, only packaged subprograms can be overloaded.