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
Where must the declaration of a friend function appear?
Explain the concept of copy constructor?
Explain the virtual inheritance in c++.
What are the various operations performed on stack?
What is the return value of the insertion operator?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What do you understand by zombie objects in c++?
Is the declaration of a class its interface or its implementation?
What do you mean by storage classes?
How is modularity introduced in C++?
What is vector string in c++?
What is wrapper class in c++?
What is using namespace std in cpp?
why is c++ called oops? Explain