コード例 #1
0
        static void Main(string[] args)
        {
            Kid p = new Kid("Marry", 4);

            p.Introduce();
        }