Login
Remember
Register
Ask a Question
What is the difference between abstraction and encapsulation?
0
votes
asked
Apr 30, 2021
in
JAVA
by
rajeshsharma
What is the difference between abstraction and encapsulation?
#abstraction
encapsulation
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 30, 2021
by
rajeshsharma
Abstraction hides the implementation details whereas encapsulation wraps code and data into a single unit.
...