logo

Crowdly

Objektorienteeritud programmeerimine (LTAT.03.003)

Looking for Objektorienteeritud programmeerimine (LTAT.03.003) test answers and solutions? Browse our comprehensive collection of verified answers for Objektorienteeritud programmeerimine (LTAT.03.003) at moodle.ut.ee.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Millistele tüüpidele vastab klahvinupule vajutamine?

0%
0%
0%
View this question

Millised klassid on klassi InputEvent alamklassid?

0%
0%
View this question

Sea vastavusse Java klass/liides/meetod ja eestikeelne nimetus.

View this question

Mis tuleb ekraanile?

VBox kiht1 = new VBox();

Button nupp = new Button("Vajuta mind");

kiht1.getChildren().add(nupp);

HBox kiht2 = new HBox();

kiht2.getChildren().add(nupp);

Scene stseen = new Scene(kiht1, 200, 150);

peaLava.setScene(stseen);

peaLava.show();

0%
0%
0%
0%
View this question

Mis tuleb ekraanile?

VBox juur = new VBox();

Button nupp = new Button("Vajuta mind");

juur.getChildren().add(nupp);

Scene stseen = new Scene(juur, 200, 150);

juur.getChildren().add(nupp);

peaLava.setScene(stseen);

peaLava.show();

0%
0%
0%
View this question

Kus asub rakenduse akna koordinaatteljestiku alguspunkt koordinaatidega (0;0)?

0%
0%
0%
View this question

Milline stseenigraaf vastab antud koodile?

Button nupp = new Button("Vajuta mind");

Scene stseen = new Scene(nupp, 200, 150);

peaLava.setScene(stseen);

View this question

Milline stseenigraaf vastab antud koodile?

BorderPane juur = new BorderPane();

Rectangle ristkulik = new Rectangle(50, 50, 400, 400);

BoxBlur bb = new BoxBlur();

bb.setWidth(25);

ristkulik.setEffect(bb);

juur.setCenter(ristkulik);

Scene stseen = new Scene(juur, 500, 500, Color.SNOW);

peaLava.setScene(stseen);

View this question

Milliste alltoodud klasside isendid võivad olla lehtedeks?

View this question

Milliste alltoodud klasside isendid võivad olla juureks (vahetipuks)?

View this question

Want instant access to all verified answers on moodle.ut.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!