InterviewSolution
| 1. |
What Is The Difference Between Local And Global Variables Within A Package? |
|
Answer» A local VARIABLE is defined within a package body and is only available to the constructs within the same package. A local variable is defined within a package body and is only available to the constructs within the same package. |
|