Q. What is encapsulation in Ruby classes? (A) The bundling of data with the methods that operate on that data (B) The hiding of data within a class (C) The inheritance of properties and behaviors (D) The conversion of data types ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) The bundling of data with the methods that operate on that data