What Is Reference To An Object #331
What is reference to an object?
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 OOps Objects - OOPs MCQ: Object Reference - Quiz No.1.
What is reference to an object?
It is address of an object
It is address of where the variables and methods of object are stored
It is pointer having address of an object
It is address of only variables and not the methods of an object