Define anonymous class.


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

Post New Answer

More C++ General Interview Questions

What is the default width for ouputting a long integer using the insertion operator?

0 Answers  


When should we use multiple inheritance?

0 Answers  


Is there any difference between dlearations int* x and int *x? If so tell me the difference?

16 Answers   Lason,


Explain selection sorting?

0 Answers  


What is slicing?

1 Answers  






What is the difference between static global and global ?

2 Answers   CA,


Which operator cannot overload?

0 Answers  


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

0 Answers  


How do you declare a set in c++?

0 Answers  


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


What is private inheritance?

0 Answers  


Categories