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
Does application frame need host?
What other than biginteger has been introduced in system.numerics namespace?
Explain domestic architecture artifacts? : .NET Architecture
What is the .net class that allows the retrieval of a data element using a unique key?
Can I create my own metadata attributes?
What is the difference between an application and a program?
Explain how does .net mobile work? : Microsoft dot net mobile
What is WPF and WCF?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
How does an appdomain get created?
Explain the difference between state server and sqlserver : Dot net architecture
What is textbox control of .net mobile? : Microsoft dot net mobile
Explain the process of gc?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.