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 pipelining? : .NET Architecture
Explain the difference between state server and sqlserver : Dot net architecture
What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile
What is gui programming? : .NET Architecture
Explain different pipelining hazards? : Dot net architecture
what is the method while we are using adapter and dataset ?
What is .net transaction?
Can you explain atlasuiglitz library?
How does an appdomain get created?
Explain about cookie less session state? : .NET Architecture
What is the use of web.config?
Define the mesi? : Dot net architecture
Explain the difference between primary & secondary storage device? : .NET Architecture
Can you Explain
What is textbox control of .net mobile? : Microsoft dot net mobile