Difference between abstract class and interface
Answer Posted / killer
An abstract class is a special kind of class It allow other
classes to inherit but cannot be instantiated. It Inherit
only one abstract class.
An interface is similar to Abstract class, it cannot use
override keyword in inheritance class. It inherits several
interfaces.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
can u give me real example of how web.config overrides the machine.config file?
What is the problem with .net generics?
Explain the five stages in a dlx pipeline? : .NET Architecture
Explain pipelining? : Dot net architecture
State and explain about microsoft.net?
Explain how does .net mobile work? : Microsoft dot net mobile
What is a virtual memory? : Dot net architecture
What are end points, contract, address and bindings?
Explain the difference between l1 and l2 cache? : Dot net architecture
Explain .net mobile input controls? : Microsoft dot net mobile
Explain difference between inprocess vs out process session state? : .NET Architecture
What does the term "green architecture" mean? : .NET Architecture
How do I write to the application configuration file at runtime?
Explain cache? : Dot net architecture
What is WPF and WCF?