Hacker News new | ask | show | jobs
by masklinn 3193 days ago
Name mangling was never intended as a way to make variables private (or pseudo-private) but as a way to avoid conflicts when designing for inheritance.
1 comments

Exactly!