in what way are encapsulation and data abstraction related
Answers
Answered by
2
Abstraction is about hiding unwanted details while giving out the most essential details, while Encapsulation means hiding the code and data into a single unit e.g. class or method to protect the inner working of an object from the outside world.
follow me
Similar questions