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

If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.

4 Answers  


Explain model, view and controller represent in an mvc application? : asp.net mvc

0 Answers  


What is the Difference between MVC And MVP design pattrens

0 Answers   Symphony,


What are the new page events added in Asp.net 2.0 ?

5 Answers   Sapient, TCS,


How many types of cookies are there in asp.net?

0 Answers  






What are all the ways to find out types of objects?

5 Answers   HCL,


How to send a DataReader as a parameter to a remote client ?

0 Answers   Digital GlobalSoft,


Which class is used to send an email message from an ASP.NET Web page?

0 Answers   Sans Pareil IT Services,


Explain the difference between asp & asp.net.

0 Answers  


What are the two Layouts supported by a Web form in ASP.NET?

0 Answers   MCN Solutions,


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

0 Answers   UGC Corporation,


When was asp.net released?

0 Answers  


Categories