Answer Posted / dhanunjaya
An interface is the contract between the class and itself.
an interface can contain abstract memberrs only.
And more over an interface can contain abstract
functions,abstractv properties,abstract events,abstract
indexers,but not contain
variables,functions,constructors,destructors.it provides
the rules that can followed by all the derived classes......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c# a technology?
What is the difference between iqueryable and ienumerable?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
Can we have multiple threads in one app domain?
What is expandoobject in c#?
Can a struct inherit from an interface in c#?
What are sessions in c#?
Are value types sealed?
Does c# support const methods, properties, or events?
What is type keyword in c#?
What is typeof c#?
What are the Types of values mode can hold session state in web.config
How to use reflection to call generic method?
What is array c#?
How many aware interfaces are there?