Can a constructor throw a exception? How to handle the error when the constructor fails?
Answer Posted / neelam saini
The constructor never throws a error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you save a c++ program?
What is #include cmath?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
How static variables and local variablesare similar and dissimilar?
Describe the advantage of an external iterator.
Write a program using display() function which takes two arguments.
Explain the concept of memory leak?
Explain the use of vtable.
Do you know the problem with overriding functions?
Why c++ is so important?
Describe exception handling concept with an example?
How can you specify a class in C++?
Is c++ an oop?
What is a map in c++?
What are the unique features of C++.