throw Can constructors exceptions?
Answer / nashiinformaticssolutions
Yes, constructors can throw exceptions, but the object won't be created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is main a class in c++?
Which of the following operator cannot be overloaded?
Is there finally in c++?
Can we use this pointer inside static member function?
How do you declare A pointer to a function which receives nothing and returns nothing
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What is a driver program?
What is function prototyping?
When does a name clash occur?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
When should overload new operator on a global basis or a class basis?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?