explain oop concepts
abstraction
Answers
Answered by
1
Answer:
Abstraction is one of the key concepts of object-oriented programming (OOP) languages. Its main goal is to handle complexity by hiding unnecessary details from the user. That's a very generic concept that's not limited to object-oriented programming.
Similar questions