单项选择题

A.static 成员变量在对象构造时生成
B.static 成员函数在对象成员函数中无法调用
C.虚成员函数不可能是static 成员函数
D.static 成员函数不能访问static 成员变量