Difference between abstract class and interface
Answer Posted / aktharul ameen
1.Abstract class is act as a base class which define some
rule to its sub class or derived class where as interface
gives its methods and properties to be implemented by
derived class
2.Abstract class can be private,public etc...where as
interface are intended for public only.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to delete the record using data reader
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
Name some changes done since version 3.0?
How do I prevent concurrent access to my data?
What are the different pipelining hazards? : Dot net architecture
Can you explain server controls in atlas?
What is WPF and WCF?
What is the difference between l1 and l2 cache? : Dot net architecture
What are the options provived by vss to the user? how it will help us while delevoping application?
What is the .net class that allows the retrieval of a data element using a unique key?
Explain write back and write through caches? : Dot net architecture
What is textview control of .net mobile? : Microsoft dot net mobile
Explain the process of gc?
Define dma? : Dot net architecture
Explain difference between machine config vs. Web config? : .NET Architecture