# - `__init__` is used to objects initialization and provide a class with a contructor. # - During object creation `__init__` method doesn’t get executed first, the method which gets executed first is ...