Define the process of error-handling in case of constructor failure?


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

Post New Answer

More C++ General Interview Questions

can anybody please tell me how to write a program in c++,without using semicolon(;)

6 Answers   NIIT,


How do you invoke a base member function from a derived class in which you’ve overridden that function?

0 Answers  


What is the difference between the indirection operator and the address of oper-ator?

0 Answers  


What does int * mean in c++?

0 Answers  


If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?

0 Answers  






What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


Give 10 points of differences between C & C++.

0 Answers   HCL,


What is function prototyping? What are its advantages?

0 Answers  


Why do we use classes in programming?

0 Answers  


What do you understand by zombie objects in c++?

0 Answers  


How do you initialize a class member, class x { const int i; };

8 Answers   emc2,


How to implement flags?

2 Answers   Symphony,


Categories