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
Explain the types of memory management? : Dot net architecture
how to change the title of my window?
Explain dma? : .NET Architecture
5. Wcf- Session Managment
What are the new features of .net 2.0?
Explain COM with example?
What are library functions?
Explain pipelining? : Dot net architecture
Explain dotnet framework ?
What is .net mobile automatic paging? : Microsoft dot net mobile
Explain about clr?
what is inheritancy where u required ?
Explain cache memory? : Dot net architecture
where should I put this information then?
how can we achieve language interoperability through CLS? How MSIL works?