Difference between abstract class and interface
Answer Posted / venu
Abstract class and interface
Abstract class we can declare variables here,bt interface we
cannot,interface methods are by default is public,bt
abstract nt.
abstract we can declare object bt we cannot declare instants
of the class.bt interface we cannot do both.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is session management in web application?
Difference between overriding and overloading?
What is view state management in asp net?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
Are there resources online with tips on asp to asp.net conversions?
Why and where this web.config file is used?
How tooltip is set through code-behind in ASP.NET?
How is mvc different from asp.net? : Asp.Net MVC
Distinguish between Server-side and Client-side code?
How does the iis work?
Define resource files.
Explain login control and form authentication.
What is difference between View State and Hidden Field in ASP.NET?
What are the advantages of asp.net?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?