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
How do I use a proxy server when invoking a web service?
What are Session states available and its Uses?
How can u deifne the benefits and limitation of using Viewstate for state management?
Explain the code Access Security (CAS) in .net Framework?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Define the term Scavenging in Caching?
Will session work if cookies is disabled?
What is the namespace to create thread in .net?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is _viewstart?
How we can force all the validation controls to run?
How can I configure asp.net applications that are running on a remote machine?
Why is string called immutable data type?
What is distributed system in asp.net?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?