Which three statements are benefits of encapsulation? By Singh | December 31, 2022 0 Comment Which three statements are benefits of encapsulation? A. Protects confidential data from leaking out of the objects B. Enables multiple instances of the same class to be created safely C. Allows a class implementation to change without changing t he clients D. Enables the class implementation to protect its invariants E. Prevents code from causing exceptions F. Permits classes to be combined into the same package Correct Answer: A,C,D