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
what is VOID?
What is a list c++?
How can you create a virtual copy constructor?
What is lambda in c++?
What is the use of 'using' declaration in c++?
What is the use of seekg in c++?
Do vectors start at 0 c++?
How would you use qsort() function to sort an array of structures?
What is polymorphism in c++? Explain with an example?
Define namespace in c++?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
What is the difference between structures and unions?
What do you mean by delegate? Can a user retain delegates?
What is meant by forward referencing and when should it be used?
Why do we need runtime polymorphism in c++?