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


Please Help Members By Posting Answers For Below Questions

Can a varchar be a primary key?

534


What is sql rowcount?

552


What is the maximum number of triggers, you can apply on a single table?

539


Describe types of sql statements?

543


What do you mean by “trigger” in sql?

615






how to use myisamchk to check or repair myisam tables? : Sql dba

505


What is bind reference and how can it be created?

576


What is a sql select statement?

562


What is cursor in pl sql?

574


How would you reference column values before and after you have inserted and deleted triggers?

618


Why is partition used in sql?

547


How to get help at the sql prompt?

641


how is exception handling handled in mysql? : Sql dba

549


How can check sql version from command line?

529


Is primary key clustered or nonclustered?

556