What are friend functions?
Answer / nashiinformaticssolutions
Friend functions can access private and protected members of a class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the operation of overloading of an assignment operator.
What is a .lib file in c++?
Describe private, protected and public?
Is there something that we can do in C and not in C++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What is virtual constructor paradigm?
What data encapsulation is in c++?
Can a constructor throw a exception? How to handle the error when the constructor fails?
What are the benefits of operator overloading?
What is null and void pointer?
Write about the access privileges in c++ and also mention about its default access level?