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 in a session cookie?
How to make paging concepts in datagrid in ASP.NET?
What is the use of view state?
Explain cookies with example.
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What is a session in programming?
Explain how dot net compiled code will become platform independent?
What is a proxy in web service?
What is the difference between typeof() vs gettype()?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
How do u deploy ur project?
Do cookies store passwords?
What are the disadvantages of asp.net?
How can we call webservices in Banking Applications? and where we are using it?
Explain about Application and Session Events ?