Difference between abstract class and interface
Answer Posted / kannan
Abstract class: We no need to create the object for the
abstract class, abstract class must be sub classed.
Abstract class may contain its default implementation.
Interface: It is just like a check list. All the methods is
interface should be a public.It contain only the method
declaration. If one class implements the interface means,
that class should give the implementation for the all the
methods.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I know when my thread pool work item has completed?
What is the mesi? : .NET Architecture
Can you explain update progress control?
Explain the difference between l1 and l2 cache? : .NET Architecture
What is the difference between metadata and menifest ?
Explain difference between machine config vs. Web config : Dot net architecture
What is ILDASM ?
What is Object Caching in Visual Studio 2010?
What is the cli? Is it the same as the clr?
Explain hard disk and what is its purpose? : .NET Architecture
Explain how cache is used? : Dot net architecture
What is a clickonce application?
What is the purpose of cache? How is it used? : Dot net architecture
I can't be bothered with cas. Can I turn it off?
What is a virtual memory? : .NET Architecture