单项选择题

A.method1.prototype=new method()
B.method1=new method()
C.method.prototype=new Fn2()
D.以上都不对