1)Which two are the benefits of encapsulating a class?(choose two)
Option
a) performance of the class method is improved.
b) Implemention detail of class method are hidden
c) Access modifiers can be omitted on class data member
d) Code that uses the implementatiuon class can access data member directely
e) Internal operation of the class can be modified without impacting client of that class
Ans;-
