コード例 #1
0
    static void Main()
    {
        Puppy pup = new Puppy();

        pup.Eating();
        pup.Bark();
        pup.Weep();
    }