Explain does PL/SQL carry overloading

Explain does PL/SQL carry overloading?

E

Expert

Verified

The perception of overloading in PL/SQL relates to the idea which you can explain procedures and functions along with similar name. PL/SQL does not look only on the referenced name, although, to solve a procedure or function call. The count as well as data types of formal parameters are also seemed.

PL/SQL also attempts to resolve any types of procedure or function calls within locally explained packages before searching at globally defined packages or internal functions. To further make sure calling the appropriate procedure, you can utilize the dot notation. So, prefacing a procedure or function name along with the package name totally qualifies any type of procedure or function reference.

   Related Questions in Database Management System

©TutorsGlobe All rights reserved 2022-2023.