Multiple Choice
This is used to protect important data.
A) public access specifier
B) private access specifier
C) protect() member function
D) class protection operator, @
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: If a local variable and a global
Q13: The constructor function's return type is<br>A) int<br>B)
Q19: Whereas object-oriented programming centers on the object,
Q23: When you dereference an object pointer, use
Q29: Examples of access specifiers are the key
Q33: The constructor function always has the same
Q40: What is the output of the following
Q42: A C++ class is similar to one
Q43: Members of a class object are accessed
Q44: For the following code, which statement is