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
Can I customise the trace output?
Which software is used for .net programming?
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
any one can explain about projectarchitecture and project approach briefly
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
What are different types that a variable can be defined and their scopes ?
Explain about continuable exceptions?
How does .net mobile work? : Microsoft dot net mobile
how to set the startup position of the form?
question related to table havi colspan and row span
What are the different pipelining hazards? : Dot net architecture
Explain about validation?
What is .net mobile lists. : Microsoft dot net mobile
How do we do authentications using atlas?
what is polymorphism and advantage ?