W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Java
server
Go to Spaces
Ctrl+Alt+P
class Animal { String type = "Animal"; } class Dog extends Animal { String type = "Dog"; public void printType() { System.out.println(super.type); // Access parent attribute } } public class Main { public static void main(String[] args) { Dog myDog = new Dog(); myDog.printType(); } }
Animal
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル