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 biginteger and when would you use that?
Explain COM with example?
Explain some of the disadvantages due to microsoft.net?
What is the use of web.config?
Differences between VS 2005, 2008 and 2010 ?
Explain Intermediate Language?
how to change the application name?
What is a managed code? : Dot net architecture
What is the cli? Is it the same as the clr?
what is diffrent beatween localprinter and networkprinter
What is the .net class that allows the retrieval of a data element using a unique key?
5. Wcf- Session Managment
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Explain How to improve the cache performance? : Dot net architecture
What are different types that a variable can be defined and their scopes ?