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