Which two are benefits of fully encapsulating a class?()  

A .  Performance of class methods is improved. B .  Implementation details of the class are hidden. C .  Access modifiers can be omitted on class data members. D .  Code that uses the encapsulation class can access data members directly. E .  Internal operation of the class can be modified without impacting clients of that class.

时间:2022-11-05 07:43:12 所属题库:SCJP程序员认证考试题库

相似题目