OOPs Concepts
Programming and Technical
Programming
Definition
What isfriend function?
Read Solution (Total 2)
-
- A java J2EE class used to create a dynamic web application.
mostly used as a controller for fetching data from html form and sending back to the html form.
handle all kinds of user request and manages the user session, - 11 years agoHelpfull: Yes(0) No(0)
- Friend function is one which is not a member of class. Though its prototype is declared inside the class but still its scope lies outside the class and it has full right to access the private and protected data members of the class
- 9 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question