When must you use a constructor initializer list?


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

Post New Answer

More C++ Interview Questions

What is the difference between malloc, calloc and realloc?

0 Answers   Alter,


Find the Factorial of a number using a program.

0 Answers   Accenture,


C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.

0 Answers  


How to stop class inheritance in C++ with condition that object creation should be allowed

0 Answers  


Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?

0 Answers   Adobe,


what is friend function in C++?

0 Answers   TCS,


Explain the difference between C and C++.

0 Answers   Accenture,


Write a C++ Program to Find Sum and Average of n numbers using for loop.

1 Answers  


Define type casting in C++.

0 Answers   Amdocs,


What is Copy Constructor?

5 Answers   ABC, Siemens,


What is an abstract class in C++

0 Answers   SwanSoft Technologies,


What is the difference between realloc() and free() in C++?

0 Answers   IBS, TCS,


Categories