In Which Type Is New Memory Location Will Be Allocated #1123
In which type is new memory location will be allocated?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Assigning Object, Pointer to Objects, Passing and Returning Object - OOPs MCQ: Passing Object to Functions - Quiz No.2.
In which type is new memory location will be allocated?
Only in pass by reference
Only in pass by value
Both in pass by reference and value
Depends on the code