What is Overloading of procedures ?

Answers were Sorted based on User's Feedback



What is Overloading of procedures ?..

Answer / tulsi

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

Is This Answer Correct ?    2 Yes 0 No

What is Overloading of procedures ?..

Answer / nithin

The procedures with same name and difference in
number,order or data type family. The pjrocedures should be
in PL/SQL block, a sub program or package. Stand alone
procedures cannot be overloaded.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is the difference between sql, mysql and sql server?

0 Answers  


how to dump a table to a file with 'mysqldump'? : Sql dba

0 Answers  


What is varray in pl sql?

0 Answers  


four procedures is are there should i write their in a package

2 Answers  


What are the advantages of pl sql?

0 Answers  






Can we change the table name in sql?

0 Answers  


What are data types in pl sql?

0 Answers  


How many triggers can be applied to a table?

0 Answers  


What is the main difference between sql and pl/sql?

0 Answers  


what is the functionality of the function htmlentities? : Sql dba

0 Answers  


What are the different sql languages?

0 Answers  


Where the integrity constrints are stored in Data Dictionary?

1 Answers  


Categories