We cannot have static friend function...is it because
1.since static member functions can access only static data members...whereas friend function can access all the members.
2.friend function also require an object to access the members...wheeras static member functions can not.
3.One more thing....since friend functions are non-member functions....and static functions are member functions
Am i right.....if there is an error..plz correct....or a better or different reason ...the plz add