Answer Posted / 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 |
Post New Answer View All Answers
How should runtime errors be handled in c++?
Define namespace in c++?
What are the basics of local (auto) objects?
What do you understand by pure virtual function? Write about its use?
List the issue that the auto_ptr object handles?
What are the main features of c++?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is size of string in c++?
What is virtual function? Explain with an example
How does the copy constructor differ from the assignment operator (=)?
What is lambda in c++?
Why can templates only be implemented in the header file?
How do I make turbo c++ full screen?
What is c++ vb?
What is &x in c++?