Computer Science, asked by sharank2005811, 7 months ago

explain oop concepts
abstraction

Answers

Answered by Anonymous
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