If one of the member functions in the Sample class is described as follows : void set(Sample& a) , then Sample& a means ( )
A.
points to a pointer named a of class Sample
B.
a is the object reference of class Sample, which is used as the formal parameter of the function Set ()
C.
Assign a's address to the variable Set
D.
Variables Sample and a are used as parameters of function Set