java是否支持具有默认值参数的构造函数,例如
public Shape(int v=1,int e =2){vertices =v;edges = e; }
java constructor
constructor ×1
java ×1