Answer Posted / kishor khatri
A friend function is a non member function of a class, that
is declared as a friend using the keyword "friend" inside
the class. By declaring a function as a friend, all the
access permissions are given to the function. It is like
allowing access to ones personal belongings to a friend.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can we define a class within the interface?
What is the benefit of oop?
What is overriding in oop?
What is the types of inheritance?
Can an interface inherit a class?
Why is polymorphism important in oop?
Why do we use oops?
What is a superclass in oop?
What is difference between data abstraction and encapsulation?
what's the basic's in dot net
Where is pseudocode used?
What is a class and object?
Why it is called runtime polymorphism?
What is the problem with multiple inheritance?
What is static in oop?