What are advantages of using friend classes?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

0 Answers  


What is the latest c++ standard?

0 Answers  


What do you mean by translation unit?

0 Answers  


What is the meaning of c++?

0 Answers  


write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement

4 Answers  






Differentiate between a pointer and a reference with respect to c++.

0 Answers  


Describe linked list using C++ with an example.

0 Answers  


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


What are the advantages of inheritance in c++?

0 Answers  


What is a dynamic binding in c++?

0 Answers  


What is difference between class and function?

0 Answers  


What is a class template in c++?

0 Answers  


Categories