Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is friend function? C++
What is friend function? C++
✍: Guest
As the name suggests, the function acts as a friend to a class. As a friend of a class, it can access its private and protected members. A friend function is not a member of the class. But it must be listed in the class definition.
2012-02-21, 2840👍, 0💬
Popular Posts:
How will you freeze the requirement in this case? What will be your requirement satisfaction criteri...
How many types of validation controls are provided by ASP.NET ? There are six main types of validati...
What is Shell scripting A shell script is a script written for the shell, or command line interprete...
What is SMC approach of estimation?
What is the difference between const char* p and char const* p? In const char* p, the character poin...