Chủ nhật, 19/05/2024
IMG-LOGO

Câu hỏi:

14/10/2022 86

If a class declares a variable static, this means:

A. Each instance of a class will have its own copy of the variable

B. Changing the variable in one instance will have no effect on other instances of the class

C. Changing the variable in one instance will have no effect on other instances of the class

Đáp án chính xác

D. Every instance of the class must consider the value of the static variable before initializing

Trả lời:

verified Giải bởi Vietjack

Chọn C

Câu trả lời này có hữu ích không?

0

CÂU HỎI HOT CÙNG CHỦ ĐỀ

Câu 1:

Which of the following keywords do you think can be used when declaring static members in a class?
(i) Public
(ii) Private
(iii) Protected

Xem đáp án » 14/10/2022 104

Câu 2:

In the following program, how many times Base’s constructor will be called?
Media VietJack

Xem đáp án » 14/10/2022 89

Câu 3:

What is the output of the following code?
Media VietJack

Xem đáp án » 14/10/2022 88

Câu 4:

Lệnh nào sau đây là SAI?

Xem đáp án » 14/10/2022 86

Câu 5:

Kết quả đoạn lệnh sau là bao nhiêu? For (int i = 0,n = 5; n != i; i++,n--) cout << i << “,”;
Media VietJack

Xem đáp án » 14/10/2022 82

Câu 6:

What makes a class abstract?

Xem đáp án » 14/10/2022 81

Câu 7:

Lệnh nào sau đây định nghĩa một hằng giá trị?

Xem đáp án » 14/10/2022 81

Câu 8:

Hàm overloaded là những hàm như thế nào?

Xem đáp án » 14/10/2022 80

Câu 9:

Cách khai báo hàm nào sau đây là đúng?

Xem đáp án » 14/10/2022 77

Câu 10:

Nguyên lý của cấu trúc while là:

Xem đáp án » 14/10/2022 72

Câu 11:

Đoạn lệnh sau có kết quả bao nhiêu?
Media VietJack

Xem đáp án » 14/10/2022 70

Câu 12:

What is the output of the following code?
Media VietJack

Xem đáp án » 14/10/2022 69

Câu 13:

Kết quả đoạn lệnh sau là bao nhiêu?
Media VietJack

Xem đáp án » 14/10/2022 67

Câu 14:

What is the output of the following code?
Media VietJack

Xem đáp án » 14/10/2022 67

Câu 15:

Quy tắc đặt tên biến nào sau đây là đúng?

Xem đáp án » 14/10/2022 66