Informatica interview question

what is polymorphism and method overriding

Interview Answer

Anonymous

31 May 2021

polymorphism: methods with same names and different amounts of parameters overriding: overrides another method of same name, like to String method from a super class