which means if A declares B as its friend it does NOT mean-04159
__________, which means if A declares B as its friend it does NOT mean that A can access private data of B. It only means that B can access all data of A.
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Mid Term - Quiz No.7.
__________, which means if A declares B as its friend it does NOT mean that A can access private data of B. It only means that B can access all data of A.
Friendship is one way only
Friendship is two way only
NO Friendship between classes
Any kind of friendship