I've been programming with python 3 for over about 3 - 4 months now. I'm currently learning Object Oriented Programming, analysis and design. So as I went through the journey, I saw special methods. I'm a little confused. I don't understand them. I know that __init__
is a special method and it runs every time we create an instance. I was just wondering if the other special methods runs the same way as the __init__
method or like a normal method
Thanks