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

Which of the constructors could be used to replace XXX as a default constructor?

public class Flower {
    public int petals;
    XXX
}