Answer Posted / tsahi
An interface class is a figment of your imagination. There
is no such thing; a class and an interface are two similar,
but separate things.
A class describes an object. An interface describes a set of
methods that an implementing class or struct must implement.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is data types in c#?
Which constructor is called first in c#?
What is hashmap in c#?
Is it good to use var in c#?
How to transpose multi-dimensional array?
Why we use delegates in c#?
What is a hash table in c#?
What is an int in c#?
Why static variables are used?
Describe an interface class?
what is difference between destruct or and garbage collection ?
What is the purpose of ienumerable in c#?
What is the use of ienumerable?
Why can't we use a static class instead of singleton?
What are the fundamental differences between value types and reference types?