✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider the following partial code for some Java class:
public class Person
{
public static final int maxPeople = 10;
public Person()
{
/* ... rest of class continues here... */
Assume the remainder of the class is defined correctly. What, if anything, is the biggest problem with this portion of code?