Answer Posted / ritu shekhwat.
..friend function is a special member function of the class.
..it is precided with the friend keyword.
..it is access the private data of the class.
..some situation where the private data of the one class
can require in another class we declare a function as a
friend.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the main error types in php?
How we can retrieve the data in the result set of mysql using php?
What is the default session out time?
What is php and what does it do?
What are php filters?
What are the steps involved to run php?
What does the arrow mean in php?
What is difference between get and post?
Are static variables final?
How to count all the lines of code in a directory and sub folder?
How to initiate a session in php?
Which function parses an English textual date or time into Unix timestamp in PHP.
What is session php?
How cookies are transported from browsers to servers?
What is php and its features?