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
What is the difference between metadata and menifest ?
Explain the purpose of cache? : Dot net architecture
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
What is Video Streaming in .net??
Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
Explain a .net mobile example with details? : Microsoft dot net mobile
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
Can I create my own context attributes?
What is .net mobile automatic paging? : Microsoft dot net mobile
Explain difference between inprocess vs out process session state? : .NET Architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
What does the term "green architecture" mean? : .NET Architecture
What are relation objects in dataset?
Differences between VS 2005, 2008 and 2010 ?
What is the difference between an event and a delegate?