What is the difference between a type-specific template friend class and a general template friend class?


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

Post New Answer

More C++ General Interview Questions

Are there any new intrinsic (built-in) data types?

1 Answers  


What is the object serialization?

0 Answers  


Which operator can not be overloaded in C++?

1 Answers  


What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  


Difference between Abstraction and encapsulation in C++?

0 Answers   Impetus,






I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

0 Answers  


why all c++ program must have default constructor?

6 Answers   IBM,


Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??

7 Answers  


5. Can inline functions have a recursion?

4 Answers  


What is prototype in c++ with example?

0 Answers  


Differentiate between the message and method?

1 Answers  


What is == in programming?

0 Answers  


Categories