Почему нельзя написать во так: Cat cat1 = new Cat(); cat1.Cat("a1", 1, 1, 1); ? Выдает ошибку constructor Cat in class com.javarush.task.task05.task0504.Solution.Cat cannot be applied to given types; required: java.lang.String,int,int,int found: no arguments reason: actual and formal argument lists differ in length: Solution.java, line: 10, column: 19 cannot find symbol symbol: method Cat(java.lang.String,int,int,int) location: variable cat1 of type com.javarush.task.task05.task0504.Solution.Cat: Solution.java, line: 11, column: 12