Multiple Choice
One way to implement ____ within Ruby is to assign the same name to different methods.
A) Encapsulation
B) Polymorphism
C) Abstraction
D) Inheritance
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: With inheritance, it is possible to build
Q5: To use the public , private ,
Q6: The following statements provide an example of
Q7: The _ keyword restricts the access of
Q8: By default, any properties and methods that
Q10: An advantage of chaining methods together is
Q11: Which of the following methods can be
Q12: Access to any properties or methods that
Q13: Inheritance makes program code more reliable by
Q14: _ variables are similar to instance variables,