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
how to use custom field validation
how to change the application name?
How to improve the cache performance? : .NET Architecture
Explain dma? : Dot net architecture
What is the mesi? : .NET Architecture
Explain about cookie less session state? : .NET Architecture
Explain dma? : .NET Architecture
What other than biginteger has been introduced in system.numerics namespace?
Different types of authentication modes in .net framework ?
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
What is the problem with .net generics?
How do you handle this COM components developed in other programming languages in .NET?
Explain cache memory? : Dot net architecture
how to set the startup position of the form?
12. Types of polymorphisem[Run and Design Exp.]