How The Argument Passed To A Function Get Initialized #1142
How the argument passed to a function get initialized?
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: Assigning Objects - Quiz No.1.
How the argument passed to a function get initialized?
Assigned using copy constructor at time of passing
Copied directly
Uses addresses always
Doesn’t get initialized