what is meant by forward declaration in functions?
Answer Posted / swapna
Forward Declaration means.. If you are defining a package
body having two procedures , If u want to use second
procedure in the defination of first procedure.
You have to declare the second package with its arguments
(if have) before using in the defination of first
procedure.its labled as forward declaration.
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
What is Histogram?
What is a parameter query?
How do I view a sql trace file?
How do I run a script in sql developer?
What is a sql*loader control file?
What is the difference between sql and t sql?
Can we use the cursor's to create the collection in PL/SQL?
What is sql server and ase?
What is implicit cursor in pl sql?
what are null values? : Sql dba
What are the types of optimization?
Which one is faster ienumerable or iqueryable?
What is a natural join sql?
what does the t-sql command ident_current does? : Transact sql