What Is The Size Of An Object Pointer #1160
What is the size of an object pointer?
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.
What is the size of an object pointer?
Equal to size of any usual pointer
Equal to size of sum of all the members of object
Equal to size of maximum sized member of object
Equal to size of void