An example of abstraction occurring at the application software level is function.
Functions in software provide a way to encapsulate complex operations behind a simpler interface, allowing developers to use these operations without needing to understand all the underlying details, which is an example of abstraction.