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

Is c++ used anymore?

0 Answers  


What is Name Decoration?

2 Answers   Lucent,


write a function signature with various number of parameters.

0 Answers  


What are templates? where we should use it?

2 Answers   Alcatel,


What is helper in c++?

0 Answers  






What is an Iterator class?

1 Answers  


What are namespaces in c++?

0 Answers  


write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1

5 Answers  


Differentiate between late binding and early binding. What are the advantages of early binding?

0 Answers  


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


What are guid?

0 Answers  


Do you know what are pure virtual functions?

0 Answers  


Categories