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
Explain the purpose of cache? How is it used? : Dot net architecture
Explain the five stages in a dlx pipeline? : .NET Architecture
What is the purpose of hard disk? : Dot net architecture
.Net Frame work arch?
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
What are the five stages in a dlx pipeline? : Dot net architecture
Explain Singleton design pattern in .net
Can I customise the trace output?
How resource files are used in .net?
What is an interrupt? : Dot net architecture
What is ILDASM ?
Explain .net mobile selectionlist control? : Microsoft dot net mobile
How can I create a application?
What is difference between Desktop, Client Server & Web based applications?
How do I write to the application configuration file at runtime?