Multiple Choice
By defining data members as private, you protect the data and enable access only through the object's methods and properties. This describes the ____ feature.
A) abstraction
B) encapsulation
C) polymorphism
D) inheritance
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: You can think of an interface as
Q37: Use the _ keyword to mark a
Q38: If a class implements more than one
Q39: An overloaded method must have exactly the
Q40: _ allows you to create a general
Q42: Abstract classes can include _.<br>A) regular data
Q43: Multiple classes can implement the same interface,
Q44: Class library components should be compiled using
Q45: _ contain no implementation details for any
Q46: To keep subclasses from overriding a method,