Answer Posted / hr@tgksolutions.com
• A non-member function that has access to the private and protected members of a class. Declared using the friend keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is split a string in c++?
Explain some examples of operator overloading?
Explain rethrowing exceptions with an example?
How is objective c different from c++?
What is abstraction c++?
What is a wchar_t in c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Differences between private, protected and public and give examples.
Describe new operator?
How should a contructor handle a failure?
What are enumerations?
what is c++
Is ca high or low level language?
Why are pointers not used in c++?
What is function declaration in c++ with example?