对于静态成员函数,以下哪些陈述是错误的?
- 静态成员函数可以具有此指针。
- 静态成员函数不能是虚拟的。
- 静态成员函数不能为const。
- 静态成员函数可能是易失的。
(A) 1、2
(B) 3、4
(C) 1、4
(D) 1、3答案: (C)
说明: https : //www.geeksforgeeks.org/some-interesting-facts-about-static-member-functions-in-c/这个问题的测验
如果您在以上帖子中发现任何错误,请在下面发表评论