Respuesta :

Abstraction is the process of writing and constructing code in layers that connect and link to one another, thereby creating a framework around a notion.

Abstraction in PowerShell recommended a strategy that refers to developing code that engages with something but does not directly engage with it. Writing code with abstraction in the right perspective makes it easier to change loosely coupled programs over time.

By incorporating an abstraction layer into your code, you may standardize what may seem to be unstructured code. It also helps you organize and even create interfaces for unappealing code that you can't modify.

Learn more about abstraction here:

https://brainly.com/question/7994244