Difference between abstract class and interface
Answer Posted / prathap
In Abstract class we are having both concrete methods and
abstract methods.Concrete methods means providing
implementation for that method but abstract method cant
provide implemention for that method.we can implement
abstract methods in the sub class..
In Interface we are having un implemented methods but we
can provide impletion for that methods in the implementation
class...
the main difference is Abstract class is having implemented
and un implemented methods but an interface is having only
unimpleted methods ..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about common language infrastructure?
what is diffrent beatween localprinter and networkprinter
Differnce between managed code and unmanaged code ?
Explain the five stages in a dlx pipeline? : Dot net architecture
What is the use of TPL DATAFLOW?
How to upload in video,mp4,in .net 4.5 ..?
What is Object Caching in Visual Studio 2010?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
What are the major differences between services and web services?
Explain the Lapsed Listener problem in .net
What is the purpose of cache? How is it used? : Dot net architecture
How do we do authentications using atlas?
deference between display and visibility property of CSS
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
How do I prevent concurrent access to my data?