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
What are the options provived by vss to the user? how it will help us while delevoping application?
How to prevent my .NET DLL to be decompiled?
Explain about generation?
How to improve the cache performance? : Dot net architecture
Explain dotnet framework ?
State and explain about microsoft.net?
What is Video Streaming in .net??
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 some of the disadvantages due to microsoft.net?
Explain about clr?
what is the difference between running an application with and without debugger?
What is cookie less session?
What other than biginteger has been introduced in system.numerics namespace?
What is the mesi? : Dot net architecture
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?