The methods inside a class with two underscores in the beginning and end are known as ?
bound methods
unbound methods
extra methods
special methods
The methods inside classed with double underscore ate the beginning and the end like __init__() are special methods having specific purposes
Comment here: