what is the use of friend function? : Sql dba



what is the use of friend function? : Sql dba..

Answer / Satti Devi

In C++, a 'friend' function is a non-member function that has access to the private and protected members of a class. It is used when it is necessary for the function to operate on the data within a class but does not need to be a member of the class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is sql analyzer?

1 Answers  


Can a select statement fire a trigger?

1 Answers  


What is query syntax?

1 Answers  


What are the different sql languages?

1 Answers  


How do I count rows in sql query?

1 Answers  


What is difference between left and right outer join?

1 Answers  


Is it possible to read/write files to-and-from PL/SQL?

1 Answers  


How many sql core licenses do I need?

1 Answers  


What is the difference between rename and alias?

1 Answers  


How do I run a sql script?

1 Answers  


What is the difference between clustered and non-clustered index in sql?

1 Answers  


Why do we use cursors?

1 Answers  


Categories