What is the differances between a abstract calss and
interface
Answer Posted / gyan
abstract class may contain concreate methods with abstract
methods where as interface containls only abstract methods
by default all methods in interface are public
where as abstract class can contain all modifiers except
private
abstract class involves in inheriting chain . where as
interfaces there is no need to follow inherit chain
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Securitywise What are the Enhancements in 2.0?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is meant by web application?
What is session and cookies in asp.net?
Why mvc is faster than asp.net? : Asp.Net MVC
What is clr? Difference between clr & cts?
What is protected configuration?
How would you turn off cookies on a page of a website?
If you are using components in your application, how can you handle exceptions raised in a component?
Explain how dot net compiled code will become platform independent?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain the benefits of viewstate?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
How to send a DataReader as a parameter to a remote client ?
what is AutoEventWireUp and what is the use of This property explain in details?