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
Why do while loop is used?
What is a superclass in oop?
write knight tour problem which is present in datastructure
What is the difference between static polymorphism and dynamic polymorphism?
What is abstract class in oop?
What is object in oop with example?
Why do we need polymorphism in c#?
What is destructor oops?
when to use 'mutable' keyword and when to use 'const cast' in c++
what are the realtime excercises in C++?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What are oops functions?
What is basic concept of oop?
Which type does string inherit from?
State what is encapsulation and friend function?