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 |
Can a list of string be stored within a two dimensional array?
Is c# written in c++?
What is a multiset c++?
What are the two shift operators and what are their functions?
Which algorithm do you like the most? Why?
What is endl?
What are the various compound assignment operators in c++?
What is string in c++ programming?
Why is c++ called oops?
What and all can a compiler provides by default?
What are manipulators used for?
What are the uses of static class data?