問題詳情

32.物件導向程式語言的 class 中,無條件允許其他 class 成員函數存取的區域為何?
(A) private
(B) public
(C) protected
(D) static

參考答案

答案:B

統計:A:0,B:2,C:0,D:1,E:0

難度:計算中