👉 In programming, an "entrapper" is a class that wraps another class. It's typically used to create instances of the other class, where you can pass data from one class into another and vice versa. This allows for more efficient use of memory and reduces the number of nested classes in your code.