Hi, can someone tell me what is wrong with this. I am new in java and this error appear when i practice inheritance

hi, can someone tell me what is wrong with this. I am new in java and this error appear when i practice inheritance.

Attached: help.png (1920x1080, 230K)

Other urls found in this thread:

2ch.hk
twitter.com/SFWRedditImages

You didn't post the code.

code is ok i rewrited it from book

Attached: help2.png (1920x1080, 230K)

u wot m8

Attached: gnome.png (600x788, 347K)

>Java
>Rewrited
GTFO pajeet

ok so what should i do

are you retarded

thanks for help i write fast and english is not my fucking native language

no

>Class not found error
Your either importing or referencing a class that doesn't exist.

I haven't used Java properly in a few years, so I can't be much more help than this

class name must match the file name, it's a case sensitive language so capitalize the V.

Hey! Nice seeing another Czech here :)

Attached: 1464035126001.jpg (233x188, 26K)

krtek.pokazKokota();

thx i try to fix it

yes, south morava :D

create a file for every class you retard

This
pajeet.pooInLoo();

ok i got it i just overlooked something

Are Czechs the new pajeets?

Yes we are

Attached: Screenshot_KISS_launcher_20180725-191341.png (1080x1920, 144K)

omg i ask simple question about something what is new for me and some idiots start write shit ... bleblable ale jo bez do pice kokote :D :D :D

This

These exist:
It you don't want to be mocked on Jow Forums for asking questions, than don't create a new thread for this

*then

> never mind i solved it

you speak like a pajeet hilarious

redirect him to a czech board

There isn't one

Close enough: 2ch.hk

>extreme pro board
>The Elder Scrolls board
>whole site written in some runes

*extreme pron

czech language is difficult

Google translate reveals that they have:
Technology and software
Gamedev
Comp. iron
Mob. devices
Programming
Radio engineering
Programs
Equipment

That's better than Jow Forums, actually

pooInLoo() returns false

You file Vozidlo contains multiple classes.

While this is possible in Java, it must be so that one of them encompasses the others.

So you need to go this route :

public class Vozidlo {

public static void main(String[] args) {
.... do your thing...
}

// classnames start with a capital so pick whatever other name
class VozidloSomething {
... all your fields and methods and whatever...
}
}