If class A is a friend of class B and class B is a friend of class C, which of the following is true?
Class A is a friend of class C
Class B cannot be a friend of any other class
Class C is a friend of class A
None of the above
This question is part of this quiz :
Object Oriented Programming in C++