What is a friend function in c++?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• A non-member function that has access to the private and protected members of a class. Declared using the friend keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
• A non-member function that has access to the private and protected members of a class. Declared using the friend keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of c++ over c?
daily Routine of father
What is size of string in c++?
What is the syntax for a for loop?
Do class method definitions?
Can I uninstall microsoft c++ redistributable?
What is a block in c++?
Why do you use the namespace feature?
the maximum length of a character constant can be a) 2 b) 1 c) 8
Is string an object in c++?
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
Explain the differences between list x; & list x();.