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
Explain the benefits of viewstate?
List the events in page life cycle.
What are the layouts of ASP.NET Pages?
What is routing in MVC?
Define managed code and managed data in .net?
What does the orientation property do in a menu control?
What are the new features added from ASP to ASP.NET?
What is session and application variable in asp net?
How does the iis work?
What is custom events? How to create it?
Explain the difference between panel and groupbox classes using .net?
What does it mean your session has timed out?
What's the use of response.output.write()?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Explain the difference between Repeater and Data list control in ASP.NET?