22.
What does the protected keyword do in Ruby classes?

23.
What is the purpose of method overriding in Ruby?

25.
What is the purpose of the extend keyword in Ruby?

26.
What does the super keyword do in a Ruby class method?

27.
What is the purpose of the private keyword in Ruby classes?

28.
In Ruby, what is the purpose of method overloading?

29.
In Ruby, what is the purpose of the attr_reader method in a class?

30.
What is polymorphism in Ruby?