الرجوع
تسجيل الدخول

which constructor can be used to replace XXX as a default constructor.

public class Flower {
    public int petals;
    XXX
}