Answer Posted / suresh.gv
Interfacess is a Collection of Method Prototypes.
These methods must be implemented in the Implemented Class.
Eg:
---
If we are having 10 methods in the Interface Class
All the 10 methods must be implemented in the Implemented
class.
Note:
-----
The main thing is by using The Interface Concept we can
acheive Multiple Inheritance in dotnet.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Is string a primitive data type in c#?
What is difference between override and new in c#?
What is binding in c#?
What is array and arraylist?
Difference between value and reference type. What are value types and reference types?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
Define an assembly in .net?
What does ienumerable mean?
What is difference between property and variable in c#?
Why do we use static class in c#?
Why do we need private constructor in c#?
What is the default value of guid in c#?
What does == mean in c sharp?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What are console applications used for?