2018-07-04から1日間の記事一覧

クラス 用語

Class flower //クラス名 { public int length = 5; //メンバ -フィールド public void show() //メンバ -メソッド { Console.WriteLine(a); } } //====================================== インスタンス(= 実体, ≒オブジェクト?)の生成 flower sunflower …