Home / CSE MCQs / Python MCQs :: Discussion

Discussion :: Python MCQs

  1. What are the methods which begin and end with two underscore characters called?
  2. A.
    Special methods
    B.
    In-built methods
    C.
    User-defined methods
    D.
    Additional methods

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Special methods like __init__ begin and end with two underscore characters.


Be The First To Comment