I come across software developers using the term of creating Wrappers of other classes or APIs or even some codes, this is a term used by experienced Software Programmers
Say you want to add some more functionalities to your code but you cannot change the code. That's where wrapper helps. You can use a wrapper to get the output without changing the original code.