What do you know about friend class and friend function?
A friend function is a function that is specified outside a class but has the ability to access the class members' protected and private data. A friend can be a member's function, function template, or function, or a class or class template, in which case the entire class and all of its members are friends.
| Is This Answer Correct ? | 0 Yes | 0 No |
What kind of jobs can I get with c++?
What does it mean to declare a member function as static?
How can I learn dev c++ programming?
Is ca high or low level language?
What and all can a compiler provides by default?
What is a binary file? List the merits and demerits of the binary file usagein C++.
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
Why is c++ awesome?
what does the following statement mean? int (*a)[4]
Define private, protected and public access control.
What is the latest c++ version?
Why cout is used in c++?