How would you represent an error detected during constructor
of an object?
Answer Posted / arash
errors in constructors are represented by exceptions
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In the derived class, which data member of the base class are visible?
Can union be self referenced?
How do you differentiate between overloading the prefix and postfix increments?
Which function cannot be overloaded c++?
Can a Structure contain a Pointer to itself?
What is the copy-and-swap idiom?
What is the difference between reference and pointer?
Does a derived class inherit or doesn't inherit?
What are static and dynamic type checking?
What is fflush c++?
What is implicit conversion/coercion in c++?
What is the use of 'this' pointer?
What is class invariant in c++?
What is pair in c++?
Is there a sort function in c++?