Q:

What is reference to an object?

0

What is reference to an object?


  1. It is address of an object
  2. It is address of where the variables and methods of object are stored
  3. It is pointer having address of an object
  4. It is address of only variables and not the methods of an object

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).It is address of where the variables and methods of object are stored

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Whenever an object is assigned to a variable or pa... >>
<< Passing an object using copy constructor and pass ...