We know that the constructor of the parent class could be called from the constructor of the child class. It could be done by calling super and super should be the first statement of the constructor.
Is it just a feature kept for increasing the number of feature of OOP concept or there is any practical application?
If there exists any practical application, please describe.
Please take a look here, before answering:
I am asking for a practical application. That means a real life scenario where it would be very much useful to use this feature instead of doing the work other how.
Everyone is just posting the concept or code how it works. But I already know it. I just want one practical scenario where it would safe me from either writing a big piece of code or it is impossible to do other how.