Difference between abstract class and interface
Answer Posted / chaitu
Abstract classes can have zero or more abstract methods.
In Abstract class even we can write methods with implementations.
But
In Interface by default all the methods are public and abstract. so in interface we can not write the implemented methods.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of CLR in .NET?
What is Video Streaming in .net??
How do you handle this COM components developed in other programming languages in .NET?
Explain the race around condition? : Dot net architecture
how can we achieve language interoperability through CLS? How MSIL works?
Explain difference between state server and sqlserver? : .NET Architecture
Explain about generation?
Explain the purpose of cache? How is it used? : .NET Architecture
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
define cache memory? : Dot net architecture
Explain the difference between l1 and l2 cache? : Dot net architecture
deference between display and visibility property of CSS
Can you explain scriptmanager control?
Explain what does the term "green architecture" mean? : .NET Architecture