DEVFYI - Developer Resource - FYI

What is a forward declaration ? What is its use ?

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

81.What is a forward declaration ? What is its use ?

PL/SQL requires that you declare an identifier before using it. Therefore, you must declare a subprogram before calling it. This declaration at the start of a subprogram is called forward declaration. A forward declaration consists of a subprogram specification terminated by a semicolon.

(Continued on next question...)

Other Interview Questions