employer cover photo
employer logo
employer logo

Akshay Software Technologies Ltd.

Essa empresa é sua?

Pergunta de entrevista da empresa Akshay Software Technologies Ltd.

What is method overloading and Why is method overloading not possible by changing the return type in java

Resposta da entrevista

Sigiloso

3 de fev. de 2021

Method overloading is the polymorphism technique which allows us to create multiple methods with the same name but different signature. We can achieve method overloading in two ways. Changing the number of arguments Changing the return type