Answer Posted / shahzad
friend function defined outside a class. friend function is
used (OBJ)to allow to assess to private ,public the class
from the outside'normally a function not a member if class
and not assess information
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the real life example of polymorphism?
Why do we use oops?
Where is pseudocode used?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is encapsulation process?
Which type does string inherit from?
What is difference between abstraction and encapsulation?
What is abstraction encapsulation?
What is abstraction example?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is abstract class in oops?
What is the full form of oops?
What are the three parts of a simple empty class?
Can a varargs method be overloaded?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.