If a procedure that has overloaded procedures is called
-
Normal Procedure
-
Overloaded Procedure
-
Packaged Procedure
-
None of these
C
Correct answer
Explanation
In Oracle PL/SQL, subprogram overloading (defining multiple procedures with the same name but different parameters) is only supported within packages or as local subprograms, making it a packaged procedure feature here.