What is the importence of the INTERFACE? but not the
inheritence concept?and why we r declaring the empty methods
in that? we can directly implements with in the class know?
Tell me the importence?

Answers were Sorted based on User's Feedback



What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the..

Answer / n.v.s prasad

I Think,The Importance of interface is usually any language
like java,c# support single inheritance,but through
interfaces it supports "MultipleInheritane".
Note:A class canot be derived from multiple super classes
but a class derived from multiple interfaces.

Is This Answer Correct ?    3 Yes 0 No

What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the..

Answer / lokesh gopinath

While Designing you start identifying the Methods which
need to be used in the project. But you are not sure of the
Functionality of the same in such a situation Interfaces
are created.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?

0 Answers   HCL,


What are Authentication mechanisms in .Net?

6 Answers   Accenture,


Explain the differences between Server-side and Client-side code?

12 Answers   Cognizant, CTS, Siebel Systems, Visual Soft,


How many types of page.

5 Answers   TCS, Verinon Technology Solutions,


How can you use a custom controls in ASP.NET application?

0 Answers   Sans Pareil IT Services,






is it possible to access website from a remote place, without deploying it on web server?

1 Answers  


what is diffrance between response.write & response.output.write

4 Answers   CTS,


What is the namespace to create thread in .net?

0 Answers  


How can you access the properties and controls of master pages from content pages?

0 Answers  


What is the significance of attaching a profile while creating a user?

0 Answers   MCN Solutions,


Explain one critical mapping?

0 Answers  


Why we go for mvc instead of asp.net? : Asp.Net MVC

0 Answers  


Categories