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?
Answer Posted / 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 |
Post New Answer View All Answers
What is cross page posting? How is it done?
What are resource file and how do we generate resource file?
What are sql joins?
Difference between overriding and overloading?
How tooltip is set through code-behind in ASP.NET?
What are server activated objects?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Where would you use an ihttpmodule, and what are the limitations of any?
Elaborate differentiation between ViewState and SessionState?
What are the different types of validation controls in asp.net?
What is a form tag?
What are the 3 levels at which content pages can be attached to Master Page?
How do you secure your connection string information?
Is it right that ASP.NET Web API has replaced WCF?
How do we sort the data from a dataset?