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