Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the use of friend function?

Answer Posted / vijaya

Sometimes a function is best shared among a number of
different classes. Such functions can be declared either as
member functions of one class or as global functions. In
either case they can be set to be friends of other classes,
by using a friend specifier in the class that is admitting
them. Such functions can use all attributes of the class
which names them as a friend, as if they were themselves
members of that class. A friend declaration is essentially a
prototype for a member function, but instead of requiring an
implementation with the name of that class
attached by the double colon syntax, a global function or
member function of another class provides the match.

Is This Answer Correct ?    90 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In php, how to redirect from one page to another page?

994


What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?

986


What is the meaning of php?

984


What are the delimiters in php?

1011


What is php regular expression?

1059


Explain about require and include function?

1049


What are constructor and destructor in PHP?

1180


How can image properties be retrieved in php?

1045


Does facebook use php framework?

1070


How to download file in php?

1004


What is mysql_fetch_row?

1106


What is the meaning of xdebug?

1012


Is php a programming language?

1099


What are the special characters you need to escape in single-quoted stings?

973


Which is best framework for php?

1072