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 size is a .net object?
Explain COM with example?
how we can fire event in databound column in datagrid without using button?
How to improve the cache performance? : .NET Architecture
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
where should I put this information then?
Explain the Lapsed Listener problem in .net
Explain dma? : .NET Architecture
Explain the race around condition? : Dot net architecture
Explain pipelining? : Dot net architecture
Explain about generation?
Explain the types of memory management? : Dot net architecture
What is msil, and why should my developers need an appreciation of it if at all?
Are there any third party logging components available?
How resource files are used in .net?