由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问个碰到的c++的题目
相关主题
碰到一个非常奇怪的情况。 (转载)问个Java的HashSet.contains的问题
实现regex(.*+)和wildcard(?*)匹配的题C/C++ Questions
写一个function判断一个数是不是2的整数次方C++ 一题
[难题求助] leetcode wordsearchQualcomm的面经
interleave string 的题目还是基础题
大家leetcode的test case都过得去么?我的怎么经常不成?请教一个const和non const的C++问题
leetcode-- scramble string问个复杂度的初级问题
问个BITWISE的题目。问个C++的题目
相关话题的讨论汇总
话题: access话题: c++话题: members话题: private话题: class
进入JobHunting版参与讨论
1 (共1页)
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
2
I think yes.
t*****j
发帖数: 1105
3
aglee

【在 l*****o 的大作中提到】
: I think yes.
1 (共1页)
进入JobHunting版参与讨论
相关主题
问个C++的题目interleave string 的题目
再问个C++题目大家leetcode的test case都过得去么?我的怎么经常不成?
问个C++重新编译的问题leetcode-- scramble string
问个exception问题问个BITWISE的题目。
碰到一个非常奇怪的情况。 (转载)问个Java的HashSet.contains的问题
实现regex(.*+)和wildcard(?*)匹配的题C/C++ Questions
写一个function判断一个数是不是2的整数次方C++ 一题
[难题求助] leetcode wordsearchQualcomm的面经
相关话题的讨论汇总
话题: access话题: c++话题: members话题: private话题: class