Multiple Choice
Access specified by the public, private or protected keywords, remains in affect ____.
A) Only until the statement that following it is executed.
B) Only until the methods in which it is defined is executed.
C) Until either the end of the class is reached or a different level of encapsulation is specified.
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
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
Q42: _ is an object-oriented feature that provides
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
Q48: Polymorphism is the ability to define objects