Which of the following describes a friend class?
1
Friend class can access all the private members of the class, of which it is a friend
2
Friend class can only access protected members of the class, of which it is a friend
3
Friend class don't have any implementation
4
Friend class can't access any data member of another class but can use it's methods