Multiple Choice
The ____ keyword restricts the access of any specified properties or methods to objects of the same class or objects of subclasses of the class.
A) public
B) private
C) protected
D) closed
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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,
Q16: _ involves the restriction of access to
Q17: _ is implemented through classes and includes
Q18: Encapsulation is the ability to make important
Q19: Encapsulation allows the internal representation of objects
Q20: You should assign variables the lowest level