A friend can be called with object of a class or class name.

Options
- True
- False


CORRECT ANSWER : False

Discussion Board
C++ - Friend Function

A friend cannot be called with object of a class or class name, because it is not a member function.

Prajakta Pandit 01-27-2017 01:44 AM

c++

obeject can't be call of friend class because friend is
outside function and it is not member of class

anjali sharma 11-14-2014 04:22 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement