What is the difference between containment and delegation?


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

Post New Answer

More C++ General Interview Questions

When one must use recursion function? Mention what happens when recursion functions are declared inline?

0 Answers  


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


What is the type of 'this' pointer? When does it get created?

0 Answers  


What are the four partitions in which c++ compiler divides the ram?

0 Answers  


What is the C-style character string?

0 Answers  






What information can an exception contain?

0 Answers  


Where must the declaration of a friend function appear?

0 Answers  


What is meaning of in c++?

0 Answers  


What are inline functions? What is the syntax for defining an inline function?

0 Answers  


Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


what is pre-processor in C++?

0 Answers  


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


Categories