예제 #1
0
    public static void test()
    {
        var Cassie = new Dolphin();

        Cassie.swim();
        Cassie.giveLiveBirth();
    }