2.
|
A constructor is a conversion constructor if:
|
|
A.
|
it takes two arguments: the "from-type" and "to-type"
|
|
B.
|
it has only one "from-type" argument and the "to-type" is implied
|
|
C.
|
it takes either two arguments or it takes only the "from-type" argument
|
|
D.
|
the constructor has no arguments and is made for you by the compiler
|