what is the real use of interface in c#,other than that
multiple inheritance is not possible
Answer Posted / ankita
In the phase of interfaces we can only declare methods. and
this method can contain its definition in the different
classes where we can define it.........
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What are extensions methods in c#?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
How can you achieve run time polymorphism in C#?
Structs are largely redundant in c++. Why does c# have them?
What is int32 in c#?
Differentiate between copy and default constructor.
Is it possible to have different access modifiers on the get/set methods of a property in c#?
What do you mean by jagged array?
Define collections?
What is readline library?
What does convert toint32 mean?
What does the parsefloat function do?
Can you drink alcohol with a loop recorder?
What is the difference between system.text.stringbuilder and system.string?
If a method's return type is void, can you use a return keyword in the method?