What is abstraction in oops | how to use of abstraction

Опубликовано: 15 Октябрь 2024
на канале: Bytecode Velocity
156
3

Let's Build a Community of Programmers.
Subscribe Here👉 : https://goo.gl/HhwC5i​
******************************************************************************
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 enables the user to implement more complex logic on top of the provided abstraction without understanding or even thinking about all the hidden complexity.

That’s a very generic concept that’s not limited to object-oriented programming. You can find it everywhere in the real world.
******************************************************************************