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 to change the application name?
What is cookie less session?
What are the main Tools to develop .Net Application?
What are the major differences between services and web services?
Explain the difference between state server and sqlserver : Dot net architecture
4. Wcf- what Asych and Sych call and how that works
Explain about continuable exceptions?
Tell me .net mobile emulators? : Microsoft dot net mobile
How can we integrate atlas with web services?
What is the .net class that allows the retrieval of a data element using a unique key?
Explain the difference between primary & secondary storage device? : .NET Architecture
Explain difference between machine config vs. Web config : Dot net architecture
Explain How to improve the cache performance? : Dot net architecture
how to make and display a form without title bar?
How do I write to the application configuration file at runtime?