Computer Science, asked by rohan2613, 11 months ago

What do you mean by name mangling? Support your answer with relevant example.

Answers

Answered by ranjanavirutkar
0

Mangling is a means by which compilers modify the "compiled" name of an object, to make it different than what you specified in a consistent manner.

This allows a programming language the flexibility to provide the same name to multiple, compiled objects, and have a consistent way to lookup the appropriate object. For example, this allows multiple classes with the same name to exist in different namespaces (often by prepending the namespace into the class name.

Hope it helps....

Mark it as brainlist plzzzzz.....

Follow me.....

Similar questions