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
What does int parse do in c#?
Is c sharp open source?
What are regular expressions? Search a string using regular expressions?
Explain the clr triggers?
What are PE(Portable Executable)?
Is int reference type c#?
What is difference between a type and class?
What is the use of nullable types in c#?
Why is it called c sharp?
What is constructors, explain with syntax
Explain the Abstract class in c#.net
Is string immutable in c#?
Is there an equivalent to the instanceof operator in visual j++?
What are some examples of desktop applications?
Should I make my destructor virtual?