Difference between abstract class and interface
Answer Posted / sudhakar
An Abstract class contains both abstract and non abstract methods.but the interface contains only abstract methods.
Abstract methods declared with the keyword Abstract where interface declared with interface keyword.
By using interface concept multiple inheritance is support.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain a .net mobile example with details? : Microsoft dot net mobile
How do I prevent concurrent access to my data?
Explain about appdomains?
What are bindings?
How does .net mobile work? : Microsoft dot net mobile
Explain cache memory? : Dot net architecture
What are the main Tools to develop .Net Application?
Does .NET runtime offer Deterministic Destruction or not?
Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
Explain .net mobile selectionlist control? : Microsoft dot net mobile
how to use custom field validation
Explain Singleton design pattern in .net
What are the types of application software?
Can I customise the trace output?
So what exactly is the configuration file for then?