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 do you mean by exception handling in C++?

0 Answers   Alter,


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


In C++ what is a vtable and how does it work?

0 Answers   Agilent,


What is the difference between public, private, and protected inheritance?

0 Answers   Amazon,


What is the meaning of the following declaration: int *const *const *i?

0 Answers   Adobe,






What are issues if we mix new and free in C++?

0 Answers  


How to reverse a string in C++

0 Answers  


Can we provide one default constructor for our class?

0 Answers  


Discuss the role of C++ shorthands.

0 Answers   Adobe,


What does it mean to declare a member function as static in C++?

0 Answers   Amazon,


What is the difference between virtual functions and pure virtual functions?

1 Answers  


How to convert integer to string in C++

0 Answers  


Categories