Solved

If Method a Calls Method B, and Method B Calls

Question 27

Multiple Choice

If method A calls method B, and method B calls method C, and method C calls method D, when method D finishes, what happens?


A) Control is returned to method A.
B) Control is returned to method B.
C) Control is returned to method C.
D) The program terminates.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions