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 the difference between integer and double?
What are delegates in C#?
Why should I use interface in c#?
Major difference between Basic httpbinding and WShttpbinding?
How are delegates chosen?
what is a constructor? What is a destructor?
What is the usage of OLE?
Explain the functionalities of satellite assembly?
What is console readkey ()?
What is the difference between first and firstordefault?
Give examples for reference types?
Why dependency injection is used in c#?
What is the meaning of console writeline in c#?
In which way you can convert a value-type to a reference-type?
What is parseexact c#?