1.

Which member can be considered most secure in the code below? class A() { int a; private : int b; protected : int c; public : int d; };

A. A
B. B
C. C
D. D
Answer» C. C


Discussion

No Comment Found