So just ran into a scenario in Java, where I have ...
# announcements
s
So just ran into a scenario in Java, where I have a derived class calling super, but it has to pass parameters to super depending on some conditions. Like check if the passed parameter is something,and if so pass something else to the upper class..