Question:Which is the constructor in the following class?
public class UnitConverter{

  int ratio;
  public int Convert(){}
  public UnitConverter(){}

}
 

A ratio 

B Convert() 

C UnitConverter() 

D none 

E Convert and UnitConverter 

+ Answer
+ Report
Total Preview: 1125

Copyright © 2024. Powered by Intellect Software Ltd