Examveda
Examveda

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

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


Join The Discussion

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block