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
Describe the ways of cleaning up objects in c#.
Can you instantiate an abstract class c#?
What is .dbml file?
Does c# have functions?
Why dataset is used in c#?
What are floating point numbers?
What are the Types of configuration files and their differences
What is ado net in c#?
What is continue in c#?
What is the difference between const and static read-only?
What is a template class?
What are c# i/o classes?
Which class does the remote object has to inherit?
Explain about accessibility modifier 'protected internal'?
What is the root element of an xml file?