True/False
When you use information hiding by selecting which properties and methods of a class to make public, you are assured that your data will be altered only by the properties and methods you choose and only in ways that you can control.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: When a class inherits from a base
Q5: A class that is used as the
Q6: A class that is able to inherit
Q7: Briefly describe the four public instance methods
Q8: What keyword is an alias for the
Q10: What is another name for a derived
Q11: What are the requirements for overloading the
Q12: When a derived class contains a method
Q13: What happens to a base class member
Q14: What kind of data field or method