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 |
Define precondition and post-condition to a member function?
What is a binary file? List the merits and demerits of the binary file usagein C++.
How to avoid a class from instantiation?
what is meaning of isa and hsa
How do I get good at c++ programming?
When can you tell that a memory leak will occur?
How many lines of code you have written for a single program?
Is c++ a high level language?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Which algorithm do you like the most? Why?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Can I learn c++ without c?