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 |
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is while loops?
What are the c++ access specifiers?
Difference between declaration and definition of a variable.
What is a hashmap c++?
What does ios :: app do in c++?
How can we access protected and private members of a class?
What is the main purpose of overloading operators?
Define copy constructor.
What do you mean by early binding?
Is c++ a low level language?
Differentiate between declaration and definition.