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
Explain about clr?
Explain the purpose of cache? How is it used? : .NET Architecture
Explain about common language infrastructure?
Explain the types of memory management? : .NET Architecture
What is the difference between an application and a program?
What is IL code, CLR, CTS, GAC & GC?
Does .NET runtime offer Deterministic Destruction or not?
What is .net mobile input validation. : Microsoft dot net mobile
Can you explain scriptmanager control?
How will you do windows authentication and what is the namespace?
readonly syntax ?
How can I create a application?
how to delete the record using data reader
how to set the startup position of the form?
What is a managed code? : Dot net architecture