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 is the importance of updatepanel control?
Explain hard disk? : Dot net architecture
Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
Explain .net mobile input controls? : Microsoft dot net mobile
Difference between throw exception and rethrowing ?
Explain the types of memory management? : Dot net architecture
question related to table havi colspan and row span
How does .net remoting work?
What is a virtual memory? : .NET Architecture
What are the types of application software?
how can we achieve language interoperability through CLS? How MSIL works?
How to upload in video,mp4,in .net 4.5 ..?
Can you explain scriptmanager control?
how to change the application name?
server.transfer limitation ?