Regarding the derived class overriding the base
class.... The signatures ie (parameters) are different
for both the method... so the derived method will not
override the base method...only thing same between
them is that they have the same method name....