Q:

Explain Abstract class?

0

Explain Abstract class?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

We create an abstract class when we define a template that needs to be followed by all the derived classes. Abstract class can have implementation which should be implemented in the child class.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 C# interview questions and answers 2022

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the difference between Interface and Abstr... >>
<< Explain is an interface class?...