Short Answer
A friend function needs to be passed an object of the class. If the friend only needs to access the object, but not change its data members, then the object should be passed as _______________
Correct Answer:

Verified
a constant...View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Correct Answer:
Verified
a constant...
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Related Questions
Q19: When overloading an operator, which of the
Q20: A _ function is not a member
Q21: An overloaded extraction or insertion operator should
Q22: The copy constructor for a class is
Q23: The assignment operator must be a _
Q25: Who can access private data in a
Q26: How many parameters are there in a
Q27: Which of the following would be an
Q28: If obj1 and obj2 are both objects
Q29: Which of the following are valid declarations