employer cover photo
employer logo
employer logo

Advent Global Solutions

Est-ce votre entreprise ?

Question d’entretien chez Advent Global Solutions

briefly explain abstract?

Réponse à la question d'entretien

Utilisateur anonyme

2 mars 2019

Abstract Methods and Classes in C# Abstract methods, similar to methods within an interface, are declared without any implementation. They are declared with the purpose of having the child class provide implementation. They must be declared within an abstract class.