In the context of application software, "function" is an example of abstraction. Abstraction in software refers to simplifying complex systems by hiding unnecessary details and exposing only the relevant features to the user or programmer. Functions allow users to perform operations without needing to understand the underlying implementation.
So the correct response is:
function