Difference between abstract class and interface
Answer Posted / aninda bhattacharyya
Abstract class defined with methods. Interface will declare
only the methods. Abstract classes are very much useful
when there is a some functionality across various classes.
Interfaces are well suited for the classes which varies in
functionality but with the same method signatures.
| Is This Answer Correct ? | 52 Yes | 13 No |
Post New Answer View All Answers
What is an interrupt? : Dot net architecture
How do you handle this COM components developed in other programming languages in .NET?
12. Types of polymorphisem[Run and Design Exp.]
Whate are resource files? How are they used in .net?
What are the types of application software?
How can we perform data binding in atlas?
What is the difference between machine config vs. Web config : Dot net architecture
how to add list of items in a web application and win application?
Different types of authentication modes in .net framework ?
Explain the purpose of cache? How is it used? : Dot net architecture
When do I need to use gc.keepalive?
What is the difference between metadata and menifest ?
Explain hard disk? : Dot net architecture
Explain difference between inprocess vs out process session state? : .NET Architecture
What is difference between .net and visual studio?