employer cover photo
employer logo
employer logo

Onward Technologies Limited

Questa è la tua azienda?

Domanda di colloquio di Onward Technologies Limited

What is difference between overloading and overiding ?

Risposta di colloquio

Anonimo

21 feb 2025

Overloading means method name should be same, but parameters are different in within same class, Overiding means method name and parameter should be same. We can override the properties using overide anotation in subclass.