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
What is polymorphism & list its types in c++?
Differentiate between a constructor and a destructor in c++.
How to implement is-a and has-a class relationships?
Differentiate between an external iterator and an internal iterator?
Is there structure in c++?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What are abstract data types in c++?
Explain the differences between list x; & list x();.
Is facebook written in c++?
Give 10 points of differences between C & C++.
what is scupper?
What is time_t c++?
What is friend class in c++ with example?
How much maximum can you allocate in a single call to malloc()?
What is c++ stringstream?