What is the difference between abstract class and
Interface? Give an example how will u write an abstract
class using .NET Framework
Answer Posted / susant
difference between an interface and abstract class?
1.In Interface all methods must be abstract,
2.In the abstract class some methods can be concrete.
3.In the interface no accessibility modifiers are allowed,
which is ok in abstract classes.
4.In interface all the members are by-default public
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of cache? : Dot net architecture
What is cache coherency? : Dot net architecture
What is the use of TPL DATAFLOW?
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.
What are relation objects in dataset?
Explain about continuable exceptions?
what are constructors and destructors?
any one can explain about projectarchitecture and project approach briefly
Whate are resource files? How are they used in .net?
How cache is used? : Dot net architecture
Can you explain update progress control?
Define a managed code? : Dot net architecture
What is biginteger and when would you use that?
Explain the types of memory management? : Dot net architecture
Explain different pipelining hazards and how are they eliminated? : .NET Architecture