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
Where the memory to the static variables is allocated?
What do you mean by volatile and mutable keywords used in c++?
How do you compile the source code with your compiler?
How does list r; differs from list r();?
What is stoi in c++?
What are inline functions? What is the syntax for defining an inline function?
What is a tree in c++?
What is abstract class in c++?
Is it possible for the objects to read and write themselves?
What is the default access level?
Comment on assignment operator in c++.
What is the use of :: operator in c++?
Difference between a homogeneous and a heterogeneous container
What is the difference between an array and a list?
Briefly describe a B+ tree. What is bulk loading in it?