What is a conversion constructor?
Answer / munendra kumar
A constructor that accepts one argument of a different type.
The compiler uses this idiom as one way to infer conversion rules for your class. A constructor with more than one argument and with default argument values can be interpreted by the compiler as a conversion constructor when the compiler is looking for an object of your constructor's type and sees an object of the type of the constructor's first argument.
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you call C functions from C++ and vice versa?
Is there any difference between int [] a and int a [] in c++?
Define basic type of variable used for a different condition in C++?
What are pointer-to-members? Explain.
an integer constant must have atleast one a) character b) digit c) decimal point
How do you declare A pointer to a function which receives nothing and returns nothing
Can you please explain the difference between static and dynamic binding of functions?
What is the full form of dos?
What is istream c++?
What is function declaration in c++ with example?
Differentiate between late binding and early binding. What are the advantages of early binding?
Difference between delete and free.