Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is a forward declaration ? What is its use ?

4 like 0 dislike
What is a forward declaration ? What is its use ?
asked 1 year ago by rad_joshep (19,390 points)

1 Answer

2 like 0 dislike
 
Best answer
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.
answered 1 year ago by daneim (127,080 points)

Related questions

7 like 0 dislike
0 answers
asked 1 year ago by sr_webmaster (21,000 points)
7 like 0 dislike
1 answer
6 like 0 dislike
1 answer
7 like 0 dislike
1 answer
5 like 0 dislike
1 answer