Informatica Interview Question

what is polymorphism and method overriding

Interview Answer

Anonymous

May 31, 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