is throwing exception from a constructor not a good practice ?
Answer Posted / saranya
yes, because constructor does not throws an exception
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
You run a shell on unix system. How would you tell which shell are you running?
How can you link a c program with a c function?
What is vector pair in c++?
What is the difference between while and do while loop? Explain with examples.
What is a linked list in c++?
What will the line of code below print out and why?
Why c++ does not have finally?
Why was c++ made?
What is insertion sorting?
Why was c++ created?
What is the hardest coding language to learn?
What is difference between malloc()/free() and new/delete?
How do I use arrays in c++?
What is the difference between structures and unions?
Describe new operator?