Difference between abstract class and interface
Answer Posted / uttam
1.)
abstract class contains the the incomplete data while
interface contains the complete data.
2.)
the new class in necessary to inherit the abstract class &
give it own body & then it becomes complete
while in case of interface the new class inherits the
interface ti use it`s data contained.
Is This Answer Correct ? | 21 Yes | 26 No |
Post New Answer View All Answers
What is .net transaction?
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
What is the importance of updatepanel control?
What is a managed code? : Dot net architecture
What is the difference between absolute expiration and sliding-time expiration?
Describe the Managed Execution Process in .NET?
difference between data reader and dataset
What other than biginteger has been introduced in system.numerics namespace?
4. Wcf- what Asych and Sych call and how that works
How do I know when my thread pool work item has completed?
How can I create a application?
What is the purpose of cache? : Dot net architecture
Difference between type constructor and instance constructor?
Why only boxed types can be unboxed?
What is Object Caching in Visual Studio 2010?