オブジェクト指向のサムネイル

オブジェクト指向

クラスの宣言フィールドの宣言public class People { String name; // フィールド宣言 int hp; // フィー…

TOP