What is an explicit constructor?
Answer / nimish singh
A conversion constructor declared with the explicit keyword. The compiler does not use an explicit constructor to implement an implied conversion of types. It's purpose is reserved explicitly for construction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why seem interrupt handlers as member functions to be impossible?
What is an operator function? Describe the function of an operator function?
What is recursion?
Out of fgets() and gets() which function is safe to use?
Define the process of error-handling in case of constructor failure?
What is the difference between a declaration and a definition?
Does c++ have foreach?
Write a program to find the Fibonacci series recursively.
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
Should I learn c or c++ or c#?
Where the memory to the static variables is allocated?
What is setw manipulator in c++?