on line number 21 and 23?
I don‘t see any line numbers. Please use an online tool like hastebin/pastebin in the future. So i just guessed the line number. Do you mean the two constructors?
i meant this private Owner owner; public Car() {}
private Owner owner; declares a field of type Owner. public Car() {} is an empty (default) constructor.
To post more than a few lines of code, use a pastebin like: hastebin.com dpaste.org linkode.org bin.kv2.dev If you are stuck in a terminal, you can use ix.io or paste.rs to paste from the CLI: <command to print output> |& curl -F 'f:1=<-' ix.io <command to print output> |& curl --data-binary @- https://paste.rs
Ok thank you so much
Обсуждают сегодня