friend function | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
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