Multiple Choice
If the line:
Friend class A;
Appears in class B, and the line:
Friend class B;
Appears in class C, then:
A) Class A is a friend of class C.
B) Class A can access private variables of class B.
C) Class C can call class A's private member functions.
D) Class B can access class A's private variables.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Which of the following are true about
Q7: Assume that t is an object of
Q7: Which of the following is not true
Q8: Inside a function definition for a member
Q9: Which of the following statements will not
Q10: Which of the following is not an
Q11: Increment i )<br>{<br>Count = c;<br>}<br>Does not cause
Q25: For a non-constant member function of class
Q30: If Americans are objects of the same
Q31: When composition (one object having another object