Pass by reference of an object to a function _______________
(a) Affects the object in called function only
(b) Affects the object in prototype only
(c) Affects the object in caller function
(d) Affects the object only if mentioned with & symbol with every call
I had been asked this question by my college director while I was bunking the class.
My question is based upon Passing Object to Functions topic in section Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming