What are the «interceptions»?

Can you explaning What is magento 2 Interceptions.

Interception is a technique which Magento 2 uses for implementing the plugins.
Interceptors are automatically generated classes which intercept calls for the pluggable methods, so it allows the plugins to work.
A plugin can do some action before, after or around a pluggable method.