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 / 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 |
Post New Answer View All Answers
How you can manage the state of application at the server side in ASP.NET?
What is the current version of asp.net?
What is ispostback method in asp.net?
What is the page life cycle in asp.net?
What are httphandlers and httpmodules and difference between them?
How do you secure your connection string information?
Explain what does mvc represent in asp.net? : asp.net mvc
What is custom attribute? How to create?
What are the differences between code behind and code inline?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What symbol specifies the beginning of a query string?
Define repository pattern in asp.net mvc? : asp.net mvc
What are web server controls in asp.net?
How does the cookies work in asp.net?
Define resource files.