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

Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

0 Answers  


Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?

2 Answers  


where is declare global variable in asp.net and what is use of global variable

3 Answers  


COM+ Used ________________ Isolation Level

0 Answers   CTS,


Is web config mandatory?

0 Answers  


Distinguish between Server-side and Client-side code with its functionality?

0 Answers   Siebel,


What language is asp.net written in?

0 Answers  


How does u call and execute a sp in .net?

0 Answers  


In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...

1 Answers  


How do you relate an aspx page with its code behind page ?

4 Answers   Accenture, BirlaSoft,


What is Dynamic Web and discuss its usage with the help of real life examples?

0 Answers   Huawei,


What is the biggest disadvantage of “Other Return Types” in Web API?

0 Answers  


Categories