C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 9)
9.
Which of the following cannot be friend?
Function
Class
Object
Operator function
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
21 comments Page 3 of 3.

Surya joy said:   1 decade ago
Objects cannot be defined as friend by a user since it is just instance of a class.


Post your comments here:

Your comments will be displayed after verification.