friend function | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

friend function

Why is the friend function declared inside class? Example below: class Person{ friend void Test(); }

21st Mar 2018, 6:33 AM
Đoàn Đức
Đoàn Đức - avatar
1 Réponse
0
inorder for the compiler to recognize the friend functions, when it creates an instance of the class. in other words without it being decleard inside the class he wont recognize it.
21st Mar 2018, 4:05 PM
Asher
Asher - avatar