The purpose of name mangling is to avoid unintentional access of private class members.
(a) True
(b) False
The question was posed to me in an interview.
My doubt stems from Encapsulation in chapter Classes and Objects, Inheritance, Polymorphism, Encapsulation and Exception Handling of Python