Multiple Choice
Objects permit data hiding. This means they can keep functions outside the class from
A) deleting the data.
B) knowing the names of the variables holding the data.
C) directly accessing the data.
D) changing the data.
E) doing all of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: A constructor is a public class function
Q28: A constructor may have a return type
Q29: A structure variable is similar to a
Q30: member function may be called by a
Q31: A destructor is a member function that<br>A)is
Q33: In C++ and other object-oriented programming languages,
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