This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
radu
/
LaTeX-examples
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
c8d192e746
Větve
Značky
master
LaTeX-examples
/
presentations
/
Programmieren-Tutorium
/
Tutorium-09
/
SourceB.java
SourceB.java
90 B
Historie
Surový
1
2
3
4
Basket b = new Basket();
b.setElement(new Apple());
Apple apple = (Apple) b.getElement();