找考题网-背景图
多项选择题

用以下语句定义了一个委托类型Dosomething:delegate void Dosomething()则类someclass中的下列哪些方法可以关联到该委托的实例?()

A.static void work()
B.int getAge()
C.void showname()
D.static int getNamelength(string name)