Exemple #1
0
 static void Main(string[] args)
 {
     Inheritance.Example();
     NestedTypes.Example();
     Polymorphism.Example();
     Polymorphism.VirtualExamples();
     NewMethodHierarchy.NewMethods.Example();
 }
Exemple #2
0
 static void Main(string[] args)
 {
     NestedTypes.Example();
 }