If class First is declaring class Second as a Friend, then
Options
- Both the classes can access each other’s data.
- Only class Second can access data of class First.
- Only class First can access data of class Second.
- None of these.
CORRECT ANSWER : Only class Second can access data of class First.
Write your comments