Difference between abstract class and interface
Answer Posted / mahendra pratap singh
An Abstract Class can contain default Implementation, where
as an Interface should not contain any implementation at
all. An Interface should contain only definitions but no
implementation. where as an abstract class can contain
abstract and non-abstract methods. When a class inherits
from an abstract, the derived class must implement all the
abstract methods declared in the base class. an abstract
class can inherit from another non-abstract class.
| Is This Answer Correct ? | 42 Yes | 13 No |
Post New Answer View All Answers
What actually happes when you add a something to arraylistcollection ?
How is the using() pattern useful? What is idisposable?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
12. Types of polymorphisem[Run and Design Exp.]
Explain about metadata?
Define an interrupt? : Dot net architecture
What is the use of CLR in .NET?
What is new in the .net 2.0 class library?
What is the importance of updatepanel control?
data types used in validation control
What is the difference between machine config vs. Web config : Dot net architecture
What is the difference between metadata and menifest ?
how we can fire event in databound column in datagrid without using button?
What is gui programming? : .NET Architecture
What is the difference between absolute expiration and sliding-time expiration?