employer cover photo
employer logo
employer logo

Tata Consultancy Services (North America)

Parte da empresa Tata Consultancy Services

Essa empresa é sua?

Pergunta de entrevista da empresa Tata Consultancy Services (North America)

Explain method overriding vs method overloading

Resposta da entrevista

Sigiloso

26 de ago. de 2020

Overriding is when a child class has the same method name as the parent but implements different functionality. Overloading is when a class has two methods with the same name but that take different arguments.