0 votes
in JAVA by
What is the difference between abstraction and encapsulation?

1 Answer

0 votes
by
Abstraction hides the implementation details whereas encapsulation wraps code and data into a single unit.
...