what do you mean by encapsulation and abstraction
Answers
Answered by
2
Answer:
Explanation:
Encapsulation: Wrapping code and data together into a single unit.
Abstraction: Hiding internal details and showing functionality only. Abstraction focus on what the object does instead of how it does
Answered by
3
The wrapping up of data and operation function into a single unit is called encapsulation.
.
.
.
Abstraction refers to the act of representating essential features without including background details.
Similar questions