Pergunta de entrevista da empresa Advent Global Solutions

briefly explain abstract?

Resposta da entrevista

Sigiloso

2 de mar. de 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.