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
Explain About friend and Protected friend
What are the types of comments in c#?
Why do we need a singleton class?
What is a method c#?
What is exe file in c#?
what is c# command?
Can I define a type that is an alias of another type (like typedef in c++)?
Define an assembly in .net?
What is static and use of it?
What is int16?
What is .net c#?
Is dictionary reference type c#?
Is multiple inheritance possible in c#?
In gridview in editmode if we want to display information in one combobox based on
How many bits is int32?