Multiple Choice
When you employ ____, your data can be altered only by the methods you choose and only in ways that you can control.
A) virtual method calls
B) polymorphism
C) information hiding
D) inlining
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: How are real-life examples of inheritance similar
Q2: When you instantiate an object that is
Q3: If a programming language does not support
Q4: In a UML diagram, an inheritance relationship
Q6: Which statement correctly declares a sedan object
Q7: Sometimes the superclass data fields and methods
Q8: An error is generated by the compiler
Q9: Subclasses are more specific than the superclass
Q10: In Java, all instance method calls are
Q11: Using a class named Student , write