Advertisements
Advertisements
Question
State True or False. Correct the false statement.
A Called-method calls a Calling-method.
True or False
Advertisements
Solution
This statement is false.
Explanation:
The Calling-method is the main instigator that triggers or invokes execution, whereas the Called-method is the target function being executed. Control flows from the caller to the called function, not the other way around.
shaalaa.com
Is there an error in this question or solution?
Chapter 3: User-Defined Methods - Exercises [Page 91]
