+ 1
What is the difference between ENCAPSULATION and ABSTRACTION????
both the concepts are used to hide the implementation details to the end user
1 Réponse
+ 2
not necessarily true. Encapsulation is hiding information from user unless user retrieve data in designated way. Abstraction is to keep important property for object in one place. the purpose is to simplify, not to hide