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 |
What is the use of register keyword with the variables?
What are the two types of polymorphism?
How did c++ get its name?
Differentiate between realloc() and free().
What is the two main roles of operating system?
What is algorithm in c++ programming?
Do class declarations end with a semicolon? Do class method definitions?
What is dev c++ used for?
Is python written in c or c++?
What is the auto keyword good for in c++?
Explain differences between alloc() and free()?
What is the use of typedef?