h*****g 发帖数: 944 | 1 which of the following statements is FALSE?
a) the access privileges in C++ are private, protected, and public
b) the default access level assinged to members of a class is private
c) public members of a calss can be accessed by everyone
d) protected members of a class can be access only within the class
我选的d, 请问对不对啊?
在java里default access level是protected, 在c++里是private? | l*****o 发帖数: 214 | | t*****j 发帖数: 1105 | 3 aglee
【在 l*****o 的大作中提到】 : I think yes.
|
|