Invalid Code class Foo { } class Bar : Foo { } void main (string[] args) { Foo f = new Bar (); }