Is super() used to call the parent constructor? Please explain super().
super()
I have seen all the answers. But everyone forgot to mention one very important point:
super() should be called or used in the first line of the constructor.