单项选择题

A.静态调用mymethod方法
B.生成myclass的实例并调用mymethod方法
C.产生一个语法错误
D.默认myclass类最后被创建出的实例并调用mymethod()
E.调用名为myclass::mymethod()的函数