Im sorta lost and need help | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Im sorta lost and need help

So im in the classes and objects section, and made animal.java and vehicle.java containing what it said, but then for the part where it said to add scripts to MyClass.java, but when i did both, i started getting duplicate class errors for 2 "public class MyClass", one for Animal and one for Vehicle. I made separate dog.java and vehicle.java but i feel like im now doing something wrong

1st May 2019, 1:00 AM
Conrexxthor Doomruler
Conrexxthor Doomruler - avatar
1 ответ
+ 2
Don't use the same class name Rename one of them to myClass2
1st May 2019, 1:22 AM
Gordon
Gordon - avatar