What is an interface in .NET?

Question:What is an interface in .NET?

1.An interface provides a partial implementation for functionality and some abstract or virtual members that must be implemented by the inheriting entities. It can declare fields too.

2.An interface is responsible for keeping track of what is actually executing and where each executing thread is.

3.An interface allows developers to create new classes that reuse, extend, and modify the behavior defined in other classes.

4.An interface declares a contract or behavior that implementing classes require. It may declare only properties, methods, and events with no access modifiers. All the declared members must be implement


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!