• Javascript
  • Python
  • Go
Tag name:

name-mangling

Name mangling is a technique used in programming to modify names of variables, functions, and other symbols in order to avoid name collisions. It is commonly used in languages like C and C++ to make code more efficient and maintainable. Learn about the different types of name mangling and how it works in this guide.

Related Articles