Multiple Choice
According to the principle of ____,data fields should usually be private,and a client application should be able to access them only through the public interfaces,that is,through the class's public methods.
A) function hiding
B) data hiding
C) data encapsulation
D) data definition
Correct Answer:

Verified
Correct Answer:
Verified
Q20: A method _ the version in the
Q21: When an object is created it is
Q22: Case 1<br><br>You have just starting working at
Q23: An _ of a class is an
Q24: When you program in object-oriented languages,you frequently
Q26: An _ is a term that defines
Q27: A program or class that instantiates objects
Q28: Case 1<br><br>You have just starting working at
Q29: Usually,data fields are public and methods are
Q30: In object-oriented terminology,a(n)_ is one concrete example