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 class in c++ with example?
daily Routine of father
What is data abstraction? How is it different from data encapsulation?
How do you find out if a linked-list has an end?
What are the benefits of operator overloading?
What is tellg () in c++?
Why do we need function?
Is c++ double?
If a function doesn’t return a value, how do you declare the function?
Will rust take over c++?
Can I make ios apps with c++?
Difference between overloaded functions and overridden functions
How do you clear a set in c++?
Why use of template is better than a base class?
What can I use instead of namespace std?