Beispiel #1
0
        static void Main(string[] args)
        {
            DefConstructor dc = new DefConstructor();

            dc.DoThis();
            WoutsLom wl = new WoutsLom();

            wl.DoThis();
            BellaLom bl = new BellaLom();

            bl.DoThis();
            AddConstructor ac = new AddConstructor();

            Console.WriteLine();
            Console.WriteLine("I understand Constructors. ");
        }
Beispiel #2
0
 static void Main(string[] args)
 {
     AddConstructor ac = new AddConstructor();
 }