Multiple Choice
____ is an object-oriented feature that provides the ability to make important object features available while hiding nonessential details.
A) Abstraction
B) Encapsulation
C) Inheritance
D) Polymorphism
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q37: Local variables are accessible throughout a Ruby
Q38: The _ keyword makes any specified properties
Q39: A variable with a _ scope can
Q40: _ is the ability to define objects
Q41: To instantiate an object and initialize it
Q43: Access specified by the public, private or
Q44: Polymorphism can be implemented within Ruby by
Q45: Abstraction is implemented through classes and includes
Q46: Polymorphism is the process by which one
Q47: The problem with using global variables is