Q:

Explain is an interface class?

0

Explain is an interface class?

All Answers

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

Interface class is an abstract class which has only public abstract methods & the methods only have the declaration and not the definition. These abstract methods must be implemented in the inherited classes.

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
Explain Abstract class?... >>
<< Can “this” be used within a static method?...