C++ Programming Question:
Download Questions PDF

What is a conversion constructor C++?

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?