Consider two classes A and B:
class A
{
private:
int x;
float y:
public
friend class B
};
class B
{
};
Which of the following is true?
Answers
Answered by
0
Answer:
I do not understand your question
Similar questions