Answer Posted / kavitha
If any situation like that the constructor should build the
objects and should not get used for carrying out
conversions, In that situation we are required to use the
explicit keyword with the constructor.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define the process of handling in case of destructor failure?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is a constant? Explain with an example.
daily Routine of father
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
How the virtual functions maintain the call up?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is the difference between new() and malloc()?
What is array give example?
What is c++ hiding?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is object in c++ wikipedia?
What is input operator in c++?
Out of fgets() and gets() which function is safe to use?
What is a unnitialised pointer?