If Pointer To An Object Is Declared #1159
If pointer to an object is declared __________
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.
If pointer to an object is declared __________
It can store any type of address
It can store only void addresses
It can only store address of integer type
It can only store object address of class type specified