Advertisements
Advertisements
प्रश्न
______ statement is used for taking the control back to the super method.
विकल्प
void
int
new
return
MCQ
रिक्त स्थान भरें
Advertisements
उत्तर
Return statement is used for taking the control back to the super method.
Explanation:
The return statement immediately terminates the execution of the current method and passes control back to the caller method (the method that invoked it)
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 3: User-Defined Methods - Exercises [पृष्ठ ९०]
