InterviewSolution
Saved Bookmarks
| 1. |
Which keyword is used to make a nonmember function as friend function of a class?(a) friendly(b) new(c) friend(d) connectThis question was addressed to me in an online quiz.Origin of the question is Types of Member Functions topic in chapter Member Functions & its Types of Object Oriented Programming |
|
Answer» Correct ANSWER is (c) friend |
|