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 the difference between ASP Session State and ASP.Net Session State?
List down the sequence of methods called during the page load.
What does uri mean?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Where session id is stored?
Is asp net front end or backend?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
How to display validation messages in one control?
What is skin in asp.net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Explain difference between dataset and recordset?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What are early binding and late binding.
What is httpresponse?
Explain how dot net compiled code will become platform independent?