Question: 1 . Which is the wrong ( or the least correct ) statement? ( a ) The header of a function defined in a package
Which is the wrong or the least correct statement?
a The header of a function defined in a package specification provides all the information that an invoker needs.
b To access a function defined in a package, the invoker should incite the function name
with its package name, such as packagename.functionname.
c If there is a function declared in the specification of a package, then the whole definition
of this function header and body must be provided in the executable section of a package
body.
d The variables declared in the package speciation are public to the invoking program.
e The variables declared in the package body are local to the package body program, invoking program cannot see these variables.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
