2010-01-19から1日間の記事一覧

18. コンストラクタ

18. コンストラクタ オブジェクトの初期化 lesson 046 class Lesson046 { public static void main(String args[]) { neko rena = new neko("レナ" , 186); neko yuki = new neko("ユキ" , 549); neko mimi = new neko("ミミ" , 325); System.out.println("…