0 votes
in C Sharp by
What is an interface?

1 Answer

0 votes
by

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

Related questions

+1 vote
0 votes
asked Apr 2 in AWS by DavidAnderson
0 votes
asked Apr 10, 2023 in GraphQL by Robindeniel
...