1.

What Is Overloading Of Procedures ?

Answer»

The Same PROCEDURE name is repeated with parameters of DIFFERENT datatypes and parameters in different POSITIONS, varying number of parameters is called OVERLOADING of PROCEDURES.

e.g. DBMS_OUTPUT put_line.

The Same procedure name is repeated with parameters of different datatypes and parameters in different positions, varying number of parameters is called overloading of procedures.

e.g. DBMS_OUTPUT put_line.



Discussion

No Comment Found