C++ Programming Question:

Download Job Interview Questions and Answers PDF

What is a conversion constructor C++?

C++ Programming Interview Question
C++ Programming Interview Question

Answer:

A constructor that accepts one argument of a different type.

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is a default constructor in C++?What is the difference between a copy constructor and an overloaded assignment operator?