adspace
What's the difference between abstraction and encapsulation?
Answer Posted / Sanjay Rathour
Abstraction is a process of hiding implementation details and only exposing essential functionality to the user. Encapsulation, on the other hand, refers to bundling data and functions into a single unit (class or module) and controlling access to that unit.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers