Beispiel #1
0
        } // end my other lesson 12 examples 2

        static void MyOtherlesson12Examples()
        {
            Shoes myShoes = new Shoes();

            myShoes.ShoesWorn();

            Sandal mySandal = new Sandal();

            mySandal.ShoesWorn();
        } // end my other lesson 12 examples
Beispiel #2
0
        static void MyOtherLesson12Examples()
        {
            Shoes myshoes = new Shoes();

            myshoes.ShoesWorn();
        }