In reply to run2prem:
I understand your point with super. This is one of way to access parent method from child class.
But, for this you need to add some extra logic ( like try method ).
So, we can not say it is directly overloading as like c++.
However, In my previous reply my meaning was like, we can not overload method like c++ in same class in SV.
Like below example.
C++ Overloading - javatpoint.
Thanks,
Harsh