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
Explain about cookie less session state? : .NET Architecture
What is parallel computing?
What does this do? Gacutil /l | find /i "corillian"
Why am I getting an invalidoperationexception when I serialize an arraylist?
Explain the difference between l1 and l2 cache? : .NET Architecture
Can I create my own metadata attributes?
What are relation objects in dataset?
what is sessions and cookies take one example simple way to understand
Differences between VS 2005, 2008 and 2010 ?
Explain .net mobile events? : Microsoft dot net mobile
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
What is the purpose of Accordian in jquery? Where it can be used?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
How cache is used? : Dot net architecture