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 friend function?

Answer Posted / kumarasamy

it is nonmember function of class it can access the
private and protected members in the class, And it is
defined by a keyword frind.........

Is This Answer Correct ?    36 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a class in oop?

1199


Explain the concepts involved in Object Oriented programming.

1315


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2509


What is polymorphism used for?

1112


What polymorphism means?

1135


Which language is pure oop?

1072


What are benefits of oop?

1196


write a program to find 2^n+1 ?

2126


Why is polymorphism needed?

1126


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

3130


Explain virtual inheritance?

1255


Plese get me a perfect C++ program for railway/airway reservation with all details.

3954


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

2253


How to hide the base class functionality in Inheritance?

1187


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2682