单项选择题

已知C#某接口中有一个Show()方法,下面对该方法原型的定义正确的是()

A.public void Show()
B.public virtual void Show()
C.void Show()
D.virtual void Show()