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 c strings syntax?
What is the need of a destructor? Explain with the help of an example.
What is meant by iomanip in c++?
How do I open binary files?
What is stl containers in c++?
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
What are manipulators used for?
How do you declare a set in c++?
Is c++ a software?
Should I learn c or c++ or c#?
What is flag in computer?
What are member functions used in c++?