Question: Which is the constructor in the following class?public class UnitConverter{
int ratio;
public int Convert(){}
public UnitConverter(){}
}
A
B
C
D
E
ratio
B
Convert()
C
UnitConverter()
D
none
E
Convert and UnitConverter
Note: Not available