Multiple Choice
The is used to protect important data.
A) protect() member function
B) private access specifier
C) class protection operator
D) public access specifier
E) default constructor
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: A constructor is a public class function
Q15: A constructor is a public class function
Q30: member function may be called by a
Q31: A destructor is a member function that<br>A)is
Q32: Objects permit data hiding. This means they
Q33: If Circle is the name of a
Q34: If Square is the name of a
Q35: A class may have default constructor(s)and destructor(s).<br>A)more
Q36: Public members of a class object can
Q38: The name of a destructor must begin