posted 21 years ago
what is perfect encapsulation
1. making all method private
2. making all variables private
3. making class final
4. making private method final
5. modifying the state of the object only through methods
ans is :2,5
correct me if i am wrong;
thanx
sherinn