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. "); }
static void Main(string[] args) { AddConstructor ac = new AddConstructor(); }