单项选择题

关于C++/JAVA类中static 成员和对象成员的说法正确的是()。

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