Friend functions are functions defined outside a class (ie, not member functions), but which the class declares to be friends so that they can use the class's private members.
this is i guess the basic definition of a friend function but i have seen codes where friend keyword is used before functions in vb6.as far as i know vb6 is an event driven language and not an OOB language.then how are friend functions implemented ??




Reply With Quote