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
How do I open the console?
Are tuples mutable c#?
What is whitespace in c#?
What is wcf c#?
Give an example of removing an element from the queue?
How to update the gui from another thread in c#?
What does int32 mean in c#?
Which of the following API is used to hide a window?
Explain the functionalities of satellite assembly?
What is escape sequence in c#?
How to use the sreamReader class to read form a text file?
Why generics are used in c#?
Is c# a keyword?
Why do we need encapsulation in c#?
Define a partial class?