Q. What is encapsulation in Perl?
β
Correct Answer: (B)
Wrapping up data and related methods to a single unit
Explanation: Encapsulation is wrapping up data and related methods to a single unit in Perl.