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 a terminating character in c++?
What is fflush c++?
What are structs in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What sorting algorithm does c++ use?
When you overload member functions, in what ways must they differ?
What are pointer-to-members? Explain.
Is c++ proprietary?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Why do we use templates?
Is recursion allowed in inline functions?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What are c++ storage classes?
Why can templates only be implemented in the header file?
What are separators in c++?