explain data abstraction in oop
Answers
Answered by
0
Answer:
Abstraction is the concept of object-oriented programming that “shows” only essential attributes and “hides” unnecessary information. ... Abstraction is selecting data from a larger pool to show only relevant details of the object to the user. It helps in reducing programming complexity and efforts.
Similar questions