Question d’entretien chez Samtec

What's the difference between overloaded and overridden in .NET?

Réponse à la question d'entretien

Utilisateur anonyme

29 mars 2022

Overloaded is the ability to have multiple methods with the same class with the same name but with different parameters. Overridden is the ability to redefine the implementation of a method in a class that inherits from a parent class.