1.

Difference Between Abstraction And Encapsulation?

Answer»

Abstraction is removing some distinctions between objects, so as to show their COMMONALITIES. ENCAPSULATION is hiding the details of the implementation of an object so that there are no external dependencies on the PARTICULAR implementation.

Abstraction is removing some distinctions between objects, so as to show their commonalities. Encapsulation is hiding the details of the implementation of an object so that there are no external dependencies on the particular implementation.



Discussion

No Comment Found