Multiple choice technology platforms and products

You need to use both the calling form and called form simultaneously for perfoming a specific activity.Which of the follwing method would be used.

  1. call_form

  2. new_form

  3. open_form

  4. both b) & c)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

OPEN_FORM is the correct method when you need to use both the calling form and called form simultaneously. CALL_FORM replaces the calling form and control returns only after the called form exits, while NEW_FORM replaces the calling form completely without returning.