Vidyalelo
Computer Science · Q159

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 159

Q159

A member function uses the correct object when you call it because

A.
a copy of the object is passed to the function
B.
the address of the object is passed to the function
Answer
C.
the address of the function is passed to another function
D.
the address of the object is returned from the function

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board