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
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 |
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 |
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?
where is declare global variable in asp.net and what is use of global variable
COM+ Used ________________ Isolation Level
Is web config mandatory?
Distinguish between Server-side and Client-side code with its functionality?
What language is asp.net written in?
How does u call and execute a sp in .net?
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...
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?
What is the biggest disadvantage of “Other Return Types” in Web API?