What are friend classes? 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

which operator is used for performing an exponential operation a) > b) ^ c) none

0 Answers  


Explain the difference between new() and malloc() in c++?

0 Answers  


What is a character in c++?

0 Answers  


What are the uses of typedef in a program?

0 Answers  


Explain about templates of C++.

0 Answers  






Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


Name some pure object oriented languages?

1 Answers  


What is abstraction c++?

0 Answers  


What do you mean by inheritance in c++?

0 Answers  


What does it mean to declare a member function as static?

0 Answers  


Write a program which uses Command Line Arguments

0 Answers  


What is pointer with example?

0 Answers  


Categories