Explain what is a Delegate, Anonymous Types, Abstract class, etc.
Réponse à la question d'entretien
Utilisateur anonyme
8 nov. 2017
Delegate is an functionality in C# like functional pointer in C++ , in which we can pass an function or method as an object to a defined function in a class .