How Does Compiler Decide The Intended Object To Be Used If More #1158
How does compiler decide the intended object to be used, if more than one object are used?
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: Pointer to Objects - Quiz No.1.
How does compiler decide the intended object to be used, if more than one object are used?
Using object name
Using an integer pointer
Using this pointer
Using void pointer