In what situations do you have to use initialization list rather than assignment in constructors?


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

Post New Answer

More C++ General Interview Questions

Implement strncpy

3 Answers  


What is the use of 'using' declaration in c++?

0 Answers  


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

0 Answers  


Explain the benefits of proper inheritance.

0 Answers  


Do vectors start at 0?

0 Answers  






What kind of jobs can I get with c++?

0 Answers  


Why do we need constructors in c++?

0 Answers  


When do we use copy constructors?

0 Answers  


When does a name clash occur?

1 Answers  


What is the difference between static global and global ?

2 Answers   CA,


Is it possible to write a c++ template to check for a function's existence?

0 Answers  


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

1 Answers  


Categories