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 some new features introduced in php7?
What does the scope of variables means?
What can php do?
How do I find environment variables?
What are the differences between echo and print?
What is fetch array in php?
Do you know design patterns. List few?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
How to find length of an array in php ?
Which php framework is best for beginners?
How to get the http request in php?
What is a php session?
Why would we use === instead of ==?
When do sessions end?
What is $_ post in php?