InterviewSolution
Saved Bookmarks
| 1. |
What Is Call Form Stack? |
|
Answer» When successive forms are LOADED via the CALL_FORM PROCEDURE, the RESULTING module HIERARCHY is known as the call form STACK. When successive forms are loaded via the CALL_FORM procedure, the resulting module hierarchy is known as the call form stack. |
|