Multiple Choice
It is common practice in object-oriented programming to make all of a class's:
A) methods private
B) fields private
C) fields public
D) fields and methods public
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: When an object is passed as an
Q26: The java.lang package is automatically imported into
Q37: Java allows you to create objects of
Q38: For the following code, which statement is
Q39: Another term for an object of a
Q41: A method that gets a value from
Q43: The public access specifier for a field
Q44: The following package is automatically imported into
Q46: When an object is created, the attributes
Q47: In UML diagrams, this symbol indicates that