Multiple Choice
Which term means the process of hiding object data and providing methods for data access?
A) documentation
B) encapsulation
C) instantiation
D) abstraction
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q74: We want to change the BankAccount class
Q75: Which of the following corresponds to the
Q76: We want to change the BankAccount class
Q77: When are instance variables initialized?<br>A)Instance variables are
Q78: Which part of a class implementation contains
Q80: Instance variables that are object references are
Q81: A method header consists of which of
Q82: Consider the following code to declare a
Q83: Consider the constructor of the BankAccount class
Q84: Which statement is true about the following